From c988181366430a45a8bb799817a22255a38fb284 Mon Sep 17 00:00:00 2001 From: flop25 Date: Tue, 4 Dec 2012 22:23:54 +0000 Subject: bug:2425 New interface like the Batch Mananger : rename, delete, duplicate and toggle-default TODO soon merge & finalisation of the interface git-svn-id: http://piwigo.org/svn/trunk@19286 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/group_list.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'admin/themes') diff --git a/admin/themes/default/template/group_list.tpl b/admin/themes/default/template/group_list.tpl index d629dd4c0..56809720f 100644 --- a/admin/themes/default/template/group_list.tpl +++ b/admin/themes/default/template/group_list.tpl @@ -3,10 +3,10 @@ $(document).ready(function() { $(".grp_action").hide(); - $("input[name=group_selection]").click(function() { + $("input.group_selection").click(function() { var nbSelected = 0; - nbSelected = $("input[name=group_selection]").filter(':checked').length; + nbSelected = $("input.group_selection").filter(':checked').length; if (nbSelected == 0) { $("#permitAction").hide(); @@ -76,7 +76,7 @@ $(document).ready(function() { {if not empty($groups)} {foreach from=$groups item=group name=group_loop} - + {$group.NAME}{$group.IS_DEFAULT} {$group.MEMBERS} @@ -96,8 +96,8 @@ $(document).ready(function() {
{'Action'|@translate} - -