aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/plugins_new.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/default/template/plugins_new.tpl')
-rw-r--r--admin/themes/default/template/plugins_new.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/themes/default/template/plugins_new.tpl b/admin/themes/default/template/plugins_new.tpl
index 810bc6b34..1c3f50d22 100644
--- a/admin/themes/default/template/plugins_new.tpl
+++ b/admin/themes/default/template/plugins_new.tpl
@@ -29,6 +29,7 @@ jQuery().ready(function(){ldelim}
<h2>{'Plugins'|@translate}</h2>
</div>
+{if not empty($plugins)}
<fieldset>
<legend></legend>
{foreach from=$plugins item=plugin name=plugins_loop}
@@ -64,4 +65,7 @@ jQuery().ready(function(){ldelim}
</table>
</div>
{/foreach}
-</fieldset> \ No newline at end of file
+</fieldset>
+{else}
+<p>{'There is no other plugin available.'|@translate}</p>
+{/if} \ No newline at end of file