I have the same problem with the property editor.
Can we have please a confirmation from someone if there is a cache or something like this somewhere?
For the icons, if you use icons already presents in zimbra :
Forget the css file and the <ressource>, just put the name of the icon and it work. Exemple :
Code:
<zimlet name="com_zimbra_test" version="1.0" description="test zimlet">
<zimletPanelItem label="Test" icon="Inbox">
....
</zimletPanelItem>
</zimlet> This will give you a zimlet with icon of the Inbox folder.