From e5f8722c33abf20d91e53324bc41425b7bf42c59 Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 7 Apr 2010 08:09:30 +0000 Subject: Fix some issues on NBM: move css rules to mail body if it's possible. Remove fieldset on available plugins page. git-svn-id: http://piwigo.org/svn/trunk@5695 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/default-layout.css | 2 +- admin/themes/default/template/plugins_new.tpl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'admin/themes/default') 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} {if not empty($plugins)} +
{foreach from=$plugins item=plugin name=plugins_loop} @@ -66,6 +67,7 @@ jQuery().ready(function(){ldelim}
{/foreach} + {else}

{'There is no other plugin available.'|@translate}

{/if} \ No newline at end of file -- cgit v1.2.3