Changeset 10113 for trunk/admin/themes/default/template
- Timestamp:
- Apr 6, 2011, 6:01:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/default/template/plugins_list.tpl
r10100 r10113 8 8 jQuery('.incompatible').click(function() { 9 9 return confirm(incompatible_msg); 10 }); 11 jQuery('.warning').tipTip({ 12 'delay' : 0, 13 'fadeIn' : 200, 14 'fadeOut' : 200 10 15 }); 11 16 }); … … 43 48 <table> 44 49 <tr> 45 <td class="pluginBoxNameCell">{$plugin.NAME}</td> 50 <td class="pluginBoxNameCell{if $plugin.INCOMPATIBLE} warning" title="{'WARNING! This plugin does not seem to be compatible with this version of Piwigo.'|@translate|@escape:'html'}{/if}"> 51 {$plugin.NAME} 52 </td> 46 53 <td>{$plugin.DESC}</td> 47 54 </tr>
Note: See TracChangeset
for help on using the changeset viewer.