open unlink requests in popups

This commit is contained in:
Frédéric Péters 2014-02-09 15:34:56 +01:00
parent 52415bd966
commit 00b94a15eb
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ class UnfileColumn(column.IconColumn, column.LinkColumn):
header = u''
iconName = "++resource++unlink_icon.png"
linkContent = _('Unfile')
linkCSS = 'edm-delete-popup'
def getLinkURL(self, item):
from pfwbged.folder.link import ILink