Changeset 18080 for trunk/admin


Ignore:
Timestamp:
Sep 20, 2012, 6:32:17 PM (12 years ago)
Author:
mistic100
Message:

feature 2737: improve tag administration screen, rename tags action labels

File:
1 edited

Legend:

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

    r17970 r18080  
    119119<ul class="tagSelection">
    120120{foreach from=$all_tags item=tag}
    121         <li>{capture name='showInfo'}<b>{$tag.name}</b><br>{$pwg->l10n_dec('%d photo', '%d photos', $tag.counter)} <a href="{$tag.U_VIEW}">{'View'|@translate}</a> <a href="{$tag.U_EDIT}">{'Batch Manager'|@translate}</a>{if !empty($tag.alt_names)}<br>{$tag.alt_names}{/if}{/capture}
     121        <li>{capture name='showInfo'}<b>{$tag.name}</b> ({$pwg->l10n_dec('%d photo', '%d photos', $tag.counter)}) <br> <a href="{$tag.U_VIEW}">{'View in gallery'|@translate}</a> | <a href="{$tag.U_EDIT}">{'Manage photos'|@translate}</a>{if !empty($tag.alt_names)}<br>{$tag.alt_names}{/if}{/capture}
    122122                <a class="showInfo" title="{$smarty.capture.showInfo|@htmlspecialchars}">i</a>
    123123                <label>
Note: See TracChangeset for help on using the changeset viewer.