From f94e5e55116d408bf67b3f346da2a216d18e4124 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Sep 2008 12:25:34 +0000 Subject: roma tpl were missing. git-svn-id: http://piwigo.org/svn/trunk@2531 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/plugins_new.tpl | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 admin/template/goto/plugins_new.tpl (limited to 'admin/template/goto/plugins_new.tpl') diff --git a/admin/template/goto/plugins_new.tpl b/admin/template/goto/plugins_new.tpl new file mode 100644 index 000000000..bfa9dde5c --- /dev/null +++ b/admin/template/goto/plugins_new.tpl @@ -0,0 +1,36 @@ +
+

{'Plugins'|@translate}

+
+ +{'Sort order'|@translate} : + + +{if isset($plugins)} +
+ + + + + + + + + + +{foreach from=$plugins item=plugin name=plugins_loop} + + + + + + + +{/foreach} +
{'Name'|@translate}{'Version'|@translate}{'Date'|@translate}{'Author'|@translate}{'Actions'|@translate}
{$plugin.EXT_NAME} + {$plugin.EXT_DESC}{$plugin.VERSION} + {$plugin.VER_DESC}{$plugin.DATE}{$plugin.AUTHOR}{'plugins_auto_install'|@translate} + / {'plugins_download'|@translate} +
+{/if} -- cgit v1.2.3