Changeset 11012


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

plugin manager : fix deactivation link, info link for clear theme

Location:
trunk/admin/themes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/clear/theme.css

    r11010 r11012  
    263263.pluginBoxes .merged, .pluginBoxes .missing  {background-color:#d99;border:1px solid #a00;}
    264264.deactivate_all {color:#005E89;border-color:#005E89;}
     265.showInfo {color:#fff;background-color:#999; }
    265266
    266267.languageBox {background-color:#ddd;}
  • trunk/admin/themes/default/template/plugins_list.tpl

    r11011 r11012  
    1919jQuery(document).ready(function() {
    2020  /* group action */
    21   jQuery('a.deactivate_all').click(function() {
     21  jQuery('div.deactivate_all a').click(function() {
    2222    if (confirm(confirmMsg)) {
    2323      jQuery('div.active').each(function() {
     
    8989   
    9090{if $field_name != $plugin.STATE}
    91   {if $field_name != 'null'}</fieldset>{/if}
     91  {if $field_name != 'null'}
     92    {if $field_name == 'active'}<div class="deactivate_all"><a>{'Deactivate'|@translate} {'all'|@translate}</a></div>{/if}
     93  </fieldset>
     94  {/if}
     95 
    9296  <fieldset class="pluginBoxes">
    9397    <legend>
     
    103107    </legend>
    104108  {assign var='field_name' value=$plugin.STATE}
    105   {if $field_name == 'active'}<a class="deactivate_all">{'Deactivate'|@translate} {'all'|@translate}</a>{/if}
    106109{/if}
    107110
  • trunk/admin/themes/default/theme.css

    r11011 r11012  
    921921
    922922.warning:before {content:url(icon/warning.png);vertical-align:top;}
    923 .deactivate_all {position:absolute;bottom:0;right:18px;color:#f36;border-bottom:1px dotted #f36;font-size:0.8em;}
     923.deactivate_all {text-align:right;}
     924.deactivate_all a {color:#f36;border-bottom:1px dotted #f36;font-size:0.8em;}
    924925
    925926.languageBoxes {min-height:0;text-align:left;}
Note: See TracChangeset for help on using the changeset viewer.