admin: removing biglist actions for workflows

This commit is contained in:
Frédéric Péters 2012-08-14 15:05:00 +02:00
parent c214b33341
commit c23af2b525
1 changed files with 0 additions and 6 deletions

View File

@ -553,12 +553,6 @@ class WorkflowsDirectory(Directory):
'<li>'
'<strong class="label"><a href="%s/">%s</a></strong>' % (workflow.id, workflow.name)
'<p class="details">'
'</p>'
'<p class="commands">'
if not str(workflow.id).startswith(str('_')):
command_icon('%s/' % workflow.id, 'edit')
command_icon('%s/delete' % workflow.id, 'remove', popup = True)
command_icon('%s/duplicate' % workflow.id, 'duplicate')
'</p></li>'
'</ul>'