Changeset 11011 for trunk/admin/themes/default/template
- Timestamp:
- May 23, 2011, 3:14:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/default/template/plugins_list.tpl
r11010 r11011 57 57 'fadeOut' : 200 58 58 }); 59 jQuery('. pluginMiniBoxDesc').tipTip({59 jQuery('.showInfo').tipTip({ 60 60 'delay' : 0, 61 61 'fadeIn' : 200, 62 62 'fadeOut' : 200, 63 63 'maxWidth':'300px', /* not effective, TipTip bug */ 64 ' defaultPosition':'left',65 ' keepAlive':true64 'keepAlive':true, 65 'activation':'click' 66 66 }); 67 67 }); … … 166 166 <div class="pluginMiniBoxNameCell"> 167 167 {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} 168 <span class="pluginMiniBoxDesc" title="{if !empty($author)}{'By %s'|@translate|@sprintf:$author} | {/if}{'Version'|@translate} {$version}<br/>{$plugin.DESC|@escape:'html'}">{$plugin.NAME}</span> 168 {$plugin.NAME} 169 <a class="showInfo" title="{if !empty($author)}{'By %s'|@translate|@sprintf:$author} | {/if}{'Version'|@translate} {$version}<br/>{$plugin.DESC|@escape:'html'}">i</a> 169 170 </div> 170 171 <div class="pluginActions">
Note: See TracChangeset
for help on using the changeset viewer.