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
This commit is contained in:
parent
e07c4d1b91
commit
5cabef8479
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue