aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2010-04-07 08:09:30 +0000
committerpatdenice <patdenice@piwigo.org>2010-04-07 08:09:30 +0000
commite5f8722c33abf20d91e53324bc41425b7bf42c59 (patch)
tree0f33612da768164d9690036d60a64b10df10036a /admin
parent05fa1c12f704e350db6e3a1a4818e2669a5db2a1 (diff)
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
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/default/default-layout.css2
-rw-r--r--admin/themes/default/template/plugins_new.tpl2
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