From 78e175b3fb7c8d2f9824b15632595523f9ea236c Mon Sep 17 00:00:00 2001 From: patdenice Date: Sun, 2 Mar 2008 17:53:23 +0000 Subject: Enhance plugins administtration git-svn-id: http://piwigo.org/svn/trunk@2242 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/plugins_list.tpl | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 template/yoga/admin/plugins_list.tpl (limited to 'template/yoga/admin/plugins_list.tpl') diff --git a/template/yoga/admin/plugins_list.tpl b/template/yoga/admin/plugins_list.tpl new file mode 100644 index 000000000..e96cf7f89 --- /dev/null +++ b/template/yoga/admin/plugins_list.tpl @@ -0,0 +1,38 @@ +
+

{'Plugins'|@translate}

+{$TABSHEET} +
+ +{'Sort order'|@translate} : + + +{if isset($plugins)} + + + + + + + + + +{foreach from=$plugins item=plugin name=plugins_loop} + + + + + + +{/foreach} +
{'Name'|@translate}{'Version'|@translate}{'Description'|@translate}{'Actions'|@translate}
{$plugin.NAME}{$plugin.VERSION}{$plugin.DESCRIPTION} + {foreach from=$plugin.actions item=action} + {$action.L_ACTION} + {/foreach} +
+{/if} -- cgit v1.2.3