From 1283b5ecb1e5e01d9f2ebef555949ac517be89dd Mon Sep 17 00:00:00 2001 From: patdenice Date: Sun, 2 Mar 2008 18:56:05 +0000 Subject: Corections to respect coding conventions. Change plugins versions to 1.8 Change 3 plugins URI. git-svn-id: http://piwigo.org/svn/trunk@2243 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/plugins_new.tpl | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'template/yoga/admin/plugins_new.tpl') diff --git a/template/yoga/admin/plugins_new.tpl b/template/yoga/admin/plugins_new.tpl index b906914db..bf0081703 100644 --- a/template/yoga/admin/plugins_new.tpl +++ b/template/yoga/admin/plugins_new.tpl @@ -12,24 +12,24 @@
- - - - - - + + + + + + {foreach from=$plugins item=plugin name=plugins_loop} - - - - - - + + + + + + {/foreach}
{'Name'|@translate}{'Version'|@translate}{'Author'|@translate}{'Actions'|@translate}
{'Name'|@translate}{'Version'|@translate}{'Author'|@translate}{'Actions'|@translate}
{$plugin.EXT_NAME} - {$plugin.EXT_DESC}{$plugin.VERSION} - {$plugin.VER_DESC}{$plugin.AUTHOR}{'plugins_auto_install'|@translate} - / {'plugins_download'|@translate} -
{$plugin.EXT_NAME} + {$plugin.EXT_DESC}{$plugin.VERSION} + {$plugin.VER_DESC}{$plugin.AUTHOR}{'plugins_auto_install'|@translate} + / {'plugins_download'|@translate} +
{/if} -- cgit v1.2.3