Changeset 17971 for branches


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

Merged revision(s) r17970 from trunk:
feature 2737: improve tag administration screen, rename "Edit" into "Batch Manager"
planned for 2.5:
"View" -> "View in gallery"
"Edit" -> "Manage photos"

File:
1 edited

Legend:

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

    r17766 r17971  
    9595<ul class="tagSelection">
    9696{foreach from=$all_tags item=tag}
    97         <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}">{'Edit'|@translate}</a>{if !empty($tag.alt_names)}<br>{$tag.alt_names}{/if}{/capture}
     97        <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}
    9898                <a class="showInfo" title="{$smarty.capture.showInfo|@htmlspecialchars}">i</a>
    9999                <label>
Note: See TracChangeset for help on using the changeset viewer.