You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
500 B

{if $tabular_actions.canModify}
<a href="{bootstrap_modal controller=tracker action=update_item trackerId=$tabular_actions.trackerId itemId=$tabular_actions.itemId}">{icon name=edit}<span class="sr-only">{tr}Edit{/tr}</span></a>
{/if}
{if $tabular_actions.canRemove}
<a class="text-danger" href="{bootstrap_modal controller=tracker action=remove_item trackerId=$tabular_actions.trackerId itemId=$tabular_actions.itemId}">{icon name=delete}<span class="sr-only">{tr}Edit{/tr}</span></a>
{/if}