aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/plugins_new.tpl
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/themes/default/template/plugins_new.tpl
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/themes/default/template/plugins_new.tpl')
-rw-r--r--admin/themes/default/template/plugins_new.tpl2
1 files changed, 2 insertions, 0 deletions
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