use own delete icon (#3674)

This commit is contained in:
Frédéric Péters 2014-01-22 15:51:09 +01:00
parent 1a12add8db
commit 31ea0a3d88
3 changed files with 6 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class DeleteColumn(IconColumn, LinkColumn):
linkName = "delete_confirmation"
linkContent = PMF('Delete')
linkCSS = 'edm-delete-popup'
iconName = "delete_icon.png"
iconName = "++resource++delete_icon.png"
linkContent = PMF(u"Delete")
def actionAvailable(self, item):

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 997 B