diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/themes/default/default-layout.css | 2 | ||||
-rw-r--r-- | admin/themes/default/template/plugins_new.tpl | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css index b5a565e8e..0cfd9619c 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -770,7 +770,7 @@ h2:lang(en) { text-transform:capitalize; } #helpContent LI, #ftpPage LI {margin-top:10px;} #helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;} -#configContent FIELDSET {border:none;} +#configContent FIELDSET, #availablePlugins FIELDSET {border:none;} /** * Informations box in administration diff --git a/admin/themes/default/template/plugins_new.tpl b/admin/themes/default/template/plugins_new.tpl index 1c3f50d22..f2c91aa85 100644 --- a/admin/themes/default/template/plugins_new.tpl +++ b/admin/themes/default/template/plugins_new.tpl @@ -30,6 +30,7 @@ jQuery().ready(function(){ldelim} </div> {if not empty($plugins)} +<div id="availablePlugins"> <fieldset> <legend></legend> {foreach from=$plugins item=plugin name=plugins_loop} @@ -66,6 +67,7 @@ jQuery().ready(function(){ldelim} </div> {/foreach} </fieldset> +</div> {else} <p>{'There is no other plugin available.'|@translate}</p> {/if}
\ No newline at end of file |