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_list.tpl | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'template/yoga/admin/plugins_list.tpl') diff --git a/template/yoga/admin/plugins_list.tpl b/template/yoga/admin/plugins_list.tpl index e96cf7f89..89b57d448 100644 --- a/template/yoga/admin/plugins_list.tpl +++ b/template/yoga/admin/plugins_list.tpl @@ -11,28 +11,28 @@ {if isset($plugins)} - - - - - - + + + + + + {foreach from=$plugins item=plugin name=plugins_loop} - - - - - + + + - + {$TAG_INPUT_ENABLED}>{$action.L_ACTION} + {/foreach} + + {/foreach}
{'Name'|@translate}{'Version'|@translate}{'Description'|@translate}{'Actions'|@translate}
{'Name'|@translate}{'Version'|@translate}{'Description'|@translate}{'Actions'|@translate}
{$plugin.NAME}{$plugin.VERSION}{$plugin.DESCRIPTION} - {foreach from=$plugin.actions item=action} - + {$plugin.NAME}{$plugin.VERSION}{$plugin.DESCRIPTION} + {foreach from=$plugin.actions item=action} + {$action.L_ACTION} - {/foreach} -
{/if} -- cgit v1.2.3