diff options
Diffstat (limited to 'admin/themes/default/template/plugins_new.tpl')
-rw-r--r-- | admin/themes/default/template/plugins_new.tpl | 2 |
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 |