From 567cc715fac8d05eb7ece2f4d95b94bae22e3fcb Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 10 May 2013 04:49:09 +0000 Subject: clean admin unused css ... git-svn-id: http://piwigo.org/svn/trunk@22580 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 44c1437c9..4648a44ff 100644 --- a/admin/themes/default/template/group_list.tpl +++ b/admin/themes/default/template/group_list.tpl @@ -147,7 +147,7 @@ $(document).ready(function() { {if not empty($groups)} {foreach from=$groups item=group}

- {$group.NAME} > {if $group.NB_MEMBERS!=0}{'Manage the members'|@translate}{else}{'No members to manage'|@translate}{/if} + {$group.NAME} > {if $group.NB_MEMBERS!=0}{'Manage the members'|@translate}{else}{'No members to manage'|@translate}{/if}

{/foreach} {/if} @@ -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