From 53a0522894ac474e5e614f2d0d1894b21ab0216f Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 5 Sep 2012 20:49:12 +0000 Subject: merge-r17765 from trunk to branch 2.4 feature 2737: improve tag administration screen show for every tag - the number of photos - link to public index page - link to batch manager edit add an event for extended description multi language strings (used for autocompletion and shown in the tag admin screen) instead of hard coded in the core [lang=.. git-svn-id: http://piwigo.org/svn/branches/2.4@17766 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/tags.tpl | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) (limited to 'admin/themes') diff --git a/admin/themes/default/template/tags.tpl b/admin/themes/default/template/tags.tpl index 51b8c3614..66083029d 100644 --- a/admin/themes/default/template/tags.tpl +++ b/admin/themes/default/template/tags.tpl @@ -40,7 +40,7 @@ jQuery(document).ready(function(){ {foreach from=$tags item=tag} {$tag.NAME} - + {/foreach} @@ -71,7 +71,7 @@ jQuery(document).ready(function(){

@@ -79,8 +79,29 @@ jQuery(document).ready(function(){
{'Tag selection'|@translate} - - {$TAG_SELECTION} +{html_style} +.showInfo{ldelim}position:static; display:inline-block; text-indent:6px} +{/html_style} +{footer_script}{literal} +jQuery('.showInfo').tipTip({ + 'delay' : 0, + 'fadeIn' : 200, + 'fadeOut' : 200, + 'maxWidth':'300px', + 'keepAlive':true, + 'activation':'click' + }); +{/literal}{/footer_script} +

-- cgit v1.2.3