Ignore:
Timestamp:
May 23, 2011, 3:14:08 PM (13 years ago)
Author:
mistic100
Message:

plugin manager : styling again

File:
1 edited

Legend:

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

    r11010 r11011  
    5757    'fadeOut' : 200
    5858  });
    59   jQuery('.pluginMiniBoxDesc').tipTip({
     59  jQuery('.showInfo').tipTip({
    6060    'delay' : 0,
    6161    'fadeIn' : 200,
    6262    'fadeOut' : 200,
    6363    'maxWidth':'300px', /* not effective, TipTip bug */
    64     'defaultPosition':'left',
    65     'keepAlive':true
     64    'keepAlive':true,
     65    'activation':'click'
    6666  });
    6767});
     
    166166      <div class="pluginMiniBoxNameCell">
    167167        {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>
    169170      </div>
    170171      <div class="pluginActions">
Note: See TracChangeset for help on using the changeset viewer.