From ec9072c302c86e668e307235eb593719eaaef24a Mon Sep 17 00:00:00 2001 From: flop25 Date: Wed, 5 Dec 2012 20:37:32 +0000 Subject: bug:2425 New interface like the Batch Mananger : language files and keys git-svn-id: http://piwigo.org/svn/trunk@19292 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/group_list.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/themes/default') diff --git a/admin/themes/default/template/group_list.tpl b/admin/themes/default/template/group_list.tpl index 0443f62eb..c11b6369a 100644 --- a/admin/themes/default/template/group_list.tpl +++ b/admin/themes/default/template/group_list.tpl @@ -96,7 +96,7 @@ $(document).ready(function() { - + {if !empty($element_set_groupe_plugins_actions)} {foreach from=$element_set_groupe_plugins_actions item=action} @@ -158,7 +158,7 @@ $(document).ready(function() { {if not empty($groups)} {foreach from=$groups item=group}

- {$group.NAME} > {'Manage permissions'|@translate} + {$group.NAME} > {'Manage Permissions'|@translate}

{/foreach} {/if} -- cgit v1.2.3