diff options
author | mistic100 <mistic@piwigo.org> | 2012-09-17 16:11:48 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-09-17 16:11:48 +0000 |
commit | 5cabef847904c269cfa6804614eff6e697388dd0 (patch) | |
tree | e2916d91af02f7fa29dfc5f09163870672934e2f /admin | |
parent | e07c4d1b9196304ad7a012d0c0e0d1b432859c73 (diff) |
feature 2737: improve tag administration screen, rename "Edit" into "Batch Manager"
planned for 2.5:
"View" -> "View in gallery"
"Edit" -> "Manage photos"
git-svn-id: http://piwigo.org/svn/trunk@17970 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r-- | admin/themes/default/template/tags.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/tags.tpl b/admin/themes/default/template/tags.tpl index b34b88285..fe85f885e 100644 --- a/admin/themes/default/template/tags.tpl +++ b/admin/themes/default/template/tags.tpl @@ -118,7 +118,7 @@ jQuery('.showInfo').tipTip({ {/literal}{/footer_script} <ul class="tagSelection"> {foreach from=$all_tags item=tag} - <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} + <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} <a class="showInfo" title="{$smarty.capture.showInfo|@htmlspecialchars}">i</a> <label> <input type="checkbox" name="tags[]" value="{$tag.id}"> {$tag.name} |