diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 995c6ffab..5f5aa1e9a 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -262,6 +262,7 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p .pluginBox.incompatible, .pluginMiniBox.incompatible {border-color:#a00 !important;} .pluginBoxes .merged, .pluginBoxes .missing {background-color:#d99;border:1px solid #a00;} .deactivate_all {color:#005E89;border-color:#005E89;} +.showInfo {color:#fff;background-color:#999; } .languageBox {background-color:#ddd;} .languageName {color:black;} diff --git a/admin/themes/default/template/plugins_list.tpl b/admin/themes/default/template/plugins_list.tpl index 71bc70e74..1f11865b2 100644 --- a/admin/themes/default/template/plugins_list.tpl +++ b/admin/themes/default/template/plugins_list.tpl @@ -18,7 +18,7 @@ var queuedManager = jQuery.manageAjax.create('queued', { jQuery(document).ready(function() { /* group action */ - jQuery('a.deactivate_all').click(function() { + jQuery('div.deactivate_all a').click(function() { if (confirm(confirmMsg)) { jQuery('div.active').each(function() { performPluginDeactivate(jQuery(this).attr('id')); @@ -88,7 +88,11 @@ jQuery(document).ready(function() { {foreach from=$plugins item=plugin name=plugins_loop} {if $field_name != $plugin.STATE} - {if $field_name != 'null'}{/if} + {if $field_name != 'null'} + {if $field_name == 'active'}
{/if} + + {/if} +