Re: folder_icon.gif entfernen
Johannes Raggam <[email protected]>
| Newsgroups | gmane.comp.web.zope.german |
|---|---|
| Message-ID | <1269329746.14347.16.camel@thet-nano> |
ich hab die mal mit einer css klasse für anonyme besucher so entfernt:
li.navTreeItem a img { display:none; }
und per jquery wieder eingeblendet, wenn man eingeloggt ist:
/* SHOW ICONS IN NAVIGATION PORTLET IF LOGGED IN */
if (jQuery(".documentEditable").length) {
jQuery("li.navTreeItem a img").css("display","inline");
}
lg,
johannes raggam
On Mon, 2010-03-22 at 19:24 +0100, Michael Kiberu wrote:
> Hallo,
>
> wie entferne ich bei plone 3.x am besten das folder_icon.gif, so das die
> Navigation ohne ein Bild daherkommt?
>
> Danke im voraus,
> Michael
_______________________________________________
zope mailing list
[email protected]
https://mail.dzug.org/mailman/listinfo/zope