Changeset 23394


Ignore:
Timestamp:
Jun 20, 2013, 12:03:54 PM (11 years ago)
Author:
plg
Message:

feature 2916: add icons on album list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/cat_list.tpl

    r22541 r23394  
    128128
    129129      <p class="albumActions">
    130         <a href="{$category.U_EDIT}">{'Edit'|@translate}</a>
     130        <a href="{$category.U_EDIT}"><span class="icon-pencil"></span>{'Edit'|@translate}</a>
    131131        {if isset($category.U_MANAGE_ELEMENTS) }
    132         | <a href="{$category.U_MANAGE_ELEMENTS}">{'manage album photos'|@translate}</a>
     132        | <a href="{$category.U_MANAGE_ELEMENTS}"><span class="icon-picture"></span>{'manage album photos'|@translate}</a>
    133133        {/if}
    134         | <a href="{$category.U_CHILDREN}">{'manage sub-albums'|@translate}</a>
     134        | <a href="{$category.U_CHILDREN}"><span class="icon-sitemap"></span>{'manage sub-albums'|@translate}</a>
    135135        {if isset($category.U_SYNC) }
    136         | <a href="{$category.U_SYNC}">{'Synchronize'|@translate}</a>
     136        | <a href="{$category.U_SYNC}"><span class="icon-exchange"></span>{'Synchronize'|@translate}</a>
    137137        {/if}
    138138        {if isset($category.U_DELETE) }
    139         | <a href="{$category.U_DELETE}" onclick="return confirm('{'Are you sure?'|@translate|@escape:javascript}');">{'delete album'|@translate}</a>
     139        | <a href="{$category.U_DELETE}" onclick="return confirm('{'Are you sure?'|@translate|@escape:javascript}');"><span class="icon-trash"></span>{'delete album'|@translate}</a>
    140140      {/if}
    141141      {if cat_admin_access($category.ID)}
Note: See TracChangeset for help on using the changeset viewer.