Changeset 11012 for trunk/admin/themes
- Timestamp:
- May 23, 2011, 3:29:10 PM (14 years ago)
- Location:
- trunk/admin/themes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/clear/theme.css
r11010 r11012 263 263 .pluginBoxes .merged, .pluginBoxes .missing {background-color:#d99;border:1px solid #a00;} 264 264 .deactivate_all {color:#005E89;border-color:#005E89;} 265 .showInfo {color:#fff;background-color:#999; } 265 266 266 267 .languageBox {background-color:#ddd;} -
trunk/admin/themes/default/template/plugins_list.tpl
r11011 r11012 19 19 jQuery(document).ready(function() { 20 20 /* group action */ 21 jQuery(' a.deactivate_all').click(function() {21 jQuery('div.deactivate_all a').click(function() { 22 22 if (confirm(confirmMsg)) { 23 23 jQuery('div.active').each(function() { … … 89 89 90 90 {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 92 96 <fieldset class="pluginBoxes"> 93 97 <legend> … … 103 107 </legend> 104 108 {assign var='field_name' value=$plugin.STATE} 105 {if $field_name == 'active'}<a class="deactivate_all">{'Deactivate'|@translate} {'all'|@translate}</a>{/if}106 109 {/if} 107 110 -
trunk/admin/themes/default/theme.css
r11011 r11012 921 921 922 922 .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;} 924 925 925 926 .languageBoxes {min-height:0;text-align:left;}
Note: See TracChangeset
for help on using the changeset viewer.