change external editor icon (#3770)

This commit is contained in:
Frédéric Péters 2013-10-11 15:37:05 +02:00
parent 03f4ce2be4
commit 304793ee66
3 changed files with 6 additions and 1 deletions

View File

@ -148,7 +148,7 @@ class ExternalEditColumn(IconColumn, LinkColumn):
header = u""
weight = 3
linkName = "@@external_edit"
iconName = "extedit_icon.png"
iconName = "++resource++extedit_icon.png"
linkContent = PMF(u"Edit with external application")
def actionAvailable(self, item):

View File

@ -18,6 +18,11 @@
image="static/img/dmsdocument_icon.png"
/>
<browser:resource
name="extedit_icon.png"
image="static/img/extedit_icon.png"
/>
<browser:page
for="collective.dms.basecontent.dmsdocument.IDmsDocument"
name="view"

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B