Ignore:
Timestamp:
Apr 6, 2011, 6:01:21 PM (13 years ago)
Author:
patdenice
Message:

feature:2250
Add warning icon and tiptip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/plugins_list.tpl

    r10100 r10113  
    88  jQuery('.incompatible').click(function() {
    99    return confirm(incompatible_msg);
     10  });
     11  jQuery('.warning').tipTip({
     12    'delay' : 0,
     13    'fadeIn' : 200,
     14    'fadeOut' : 200
    1015  });
    1116});
     
    4348    <table>
    4449      <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>
    4653        <td>{$plugin.DESC}</td>
    4754      </tr>
Note: See TracChangeset for help on using the changeset viewer.