diff options
author | mistic100 <mistic@piwigo.org> | 2011-05-23 13:14:08 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-05-23 13:14:08 +0000 |
commit | 2d94267b70d13d654b85d1cddf0700f20acbcae2 (patch) | |
tree | 1210590c404cc47eafb08302fe94b9d0c3e560c0 /admin/themes/default/template | |
parent | 489af703b1c0c7beba790fba5c92e5a38ddb4514 (diff) |
plugin manager : styling again
git-svn-id: http://piwigo.org/svn/trunk@11011 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template')
-rw-r--r-- | admin/themes/default/template/plugins_list.tpl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/admin/themes/default/template/plugins_list.tpl b/admin/themes/default/template/plugins_list.tpl index 7efdd822f..71bc70e74 100644 --- a/admin/themes/default/template/plugins_list.tpl +++ b/admin/themes/default/template/plugins_list.tpl @@ -56,13 +56,13 @@ jQuery(document).ready(function() { 'fadeIn' : 200, 'fadeOut' : 200 }); - jQuery('.pluginMiniBoxDesc').tipTip({ + jQuery('.showInfo').tipTip({ 'delay' : 0, 'fadeIn' : 200, 'fadeOut' : 200, 'maxWidth':'300px', /* not effective, TipTip bug */ - 'defaultPosition':'left', - 'keepAlive':true + 'keepAlive':true, + 'activation':'click' }); }); {/literal} @@ -165,7 +165,8 @@ jQuery(document).ready(function() { <div id="{$plugin.ID}" class="pluginMiniBox {$plugin.STATE}{if $plugin.INCOMPATIBLE} incompatible{/if}"> <div class="pluginMiniBoxNameCell"> {if $plugin.INCOMPATIBLE}<span class="warning" title="{'WARNING! This plugin does not seem to be compatible with this version of Piwigo.'|@translate|@escape:'html'}"></span>{/if} - <span class="pluginMiniBoxDesc" title="{if !empty($author)}{'By %s'|@translate|@sprintf:$author} | {/if}{'Version'|@translate} {$version}<br/>{$plugin.DESC|@escape:'html'}">{$plugin.NAME}</span> + {$plugin.NAME} + <a class="showInfo" title="{if !empty($author)}{'By %s'|@translate|@sprintf:$author} | {/if}{'Version'|@translate} {$version}<br/>{$plugin.DESC|@escape:'html'}">i</a> </div> <div class="pluginActions"> <div> |