aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-09-20 16:32:17 +0000
committermistic100 <mistic@piwigo.org>2012-09-20 16:32:17 +0000
commit900a925a06f12673779a7afdc3cd1e6193ccc275 (patch)
treea1478fe8ef4539806a6a1352a2431448f87d2a3c /admin
parent2f7ffaf11f9b7997f7ab89988f7be24034487b96 (diff)
feature 2737: improve tag administration screen, rename tags action labels
git-svn-id: http://piwigo.org/svn/trunk@18080 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/default/template/tags.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/tags.tpl b/admin/themes/default/template/tags.tpl
index fe85f885e..4f4542032 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}">{'Batch Manager'|@translate}</a>{if !empty($tag.alt_names)}<br>{$tag.alt_names}{/if}{/capture}
+ <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}
<a class="showInfo" title="{$smarty.capture.showInfo|@htmlspecialchars}">i</a>
<label>
<input type="checkbox" name="tags[]" value="{$tag.id}"> {$tag.name}