From 5cdf987baf1f671fe7be0d864c4a8b7df88085a1 Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 29 Mar 2008 00:20:29 +0000 Subject: - added 2 icons for the active/inactive plugins in the plugin list git-svn-id: http://piwigo.org/svn/trunk@2293 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/plugins_list.tpl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'template/yoga/admin') diff --git a/template/yoga/admin/plugins_list.tpl b/template/yoga/admin/plugins_list.tpl index 767a0924e..8276cd359 100644 --- a/template/yoga/admin/plugins_list.tpl +++ b/template/yoga/admin/plugins_list.tpl @@ -19,19 +19,19 @@ {foreach from=$plugins item=plugin name=plugins_loop} - - {$plugin.NAME} - {$plugin.VERSION} - {$plugin.DESCRIPTION} - - {foreach from=$plugin.actions item=action} - {$action.L_ACTION} - {/foreach} - + + + {$plugin.NAME} + + {$plugin.VERSION} + {$plugin.DESCRIPTION} + + {foreach from=$plugin.actions item=action} + {$action.L_ACTION} + {/foreach} + {/foreach} -- cgit v1.2.3