diff --git a/admin/themes/default/template/plugins_installed.tpl b/admin/themes/default/template/plugins_installed.tpl index 185e57a32..33ed41950 100644 --- a/admin/themes/default/template/plugins_installed.tpl +++ b/admin/themes/default/template/plugins_installed.tpl @@ -296,7 +296,7 @@ jQuery(".pluginMiniBox").each(function(index){
{if $plugin.STATE == 'active' || $plugin.STATE == 'inactive'} - + {/if}
diff --git a/admin/themes/default/template/themes_installed.tpl b/admin/themes/default/template/themes_installed.tpl index d6b13c15c..86319ec79 100644 --- a/admin/themes/default/template/themes_installed.tpl +++ b/admin/themes/default/template/themes_installed.tpl @@ -118,10 +118,12 @@ $(window).bind("load", function() {
{$theme.DESC|@escape:'html'}
- {if $theme.DELETABLE} - {'Delete'|@translate} - {else} - {'Delete'|@translate} + {if $theme.STATE != "active"} + {if $theme.DELETABLE} + {'Delete'|@translate} + {else} + {'Delete'|@translate} + {/if} {/if} {if $theme.DEACTIVABLE} {'Deactivate'|@translate} diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 96f03a979..bee2424b6 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1978,7 +1978,7 @@ h2:lang(en) { text-transform:capitalize; } margin-left: 0; box-shadow: 0px 0px 5px #acacac; } -.pluginMiniBox a:hover { color: white ;} +.PluginOptionsBlock a:hover { color: white ;} .pluginContent { width: 100%; text-align: left;