<#include "macro_workflows.html" /> <@row> <@columns> <@box style='primary'> <@boxHeader titleLevel='h3' i18nTitleKey='workflow.manage_icon.title' boxTools=true skipHeader=true > <@tform action='jsp/admin/plugins/workflow/CreateIcon.jsp' class='pull-right'> <@button type='submit' name='save' buttonIcon='plus' title='#i18n{workflow.manage_icon.button_create}' size='sm' /> <@boxBody> <@table striped=true> <@tr> <@th>#i18n{workflow.manage_icon.row_icon} <@th>#i18n{workflow.manage_workflow.row_actions} <@tableHeadBodySeparator /> <#list icon_list as icon> <@tr> <@td class='d-flex'> ${icon.name} <#assign params = ''> <#if icon.width!=-1> <#assign params= params + 'width="${icon.width}" '> <#if icon.height!=-1> <#assign params= params + 'height="${icon.height}" '> <@img url='image?resource_type=workflow_icon_img&id=${icon.id}' class='workflow-icon' params=params> <@td> <@aButton href='jsp/admin/plugins/workflow/ModifyIcon.jsp?id_icon=${icon.id}' buttonIcon='edit' title='#i18n{workflow.manage_icon.title_modify}' hideTitle=['all'] size='sm' /> <@aButton href='jsp/admin/plugins/workflow/ConfirmRemoveIcon.jsp?id_icon=${icon.id}' buttonIcon='trash' title='#i18n{workflow.manage_icon.title_delete}' hideTitle=['all'] color='danger' size='sm' /> <@paginationAdmin paginator=paginator combo=1/>