From 47ac256ddb1d50368759729d5bf357141936f8d2 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 4 Jun 2013 15:25:34 +0200 Subject: [PATCH] =?utf8?q?Aufruf=20multiselect2side=20fixen:=20richtige=20?= =?utf8?q?ID=20=C3=BCbergeben?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/admin/edit_group.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/webpages/admin/edit_group.html b/templates/webpages/admin/edit_group.html index bcbcd0952..4dcec1af4 100644 --- a/templates/webpages/admin/edit_group.html +++ b/templates/webpages/admin/edit_group.html @@ -1,5 +1,4 @@ [% USE T8 %][% USE HTML %][% USE L %][% USE LxERP -%] - [% L.stylesheet_tag('jquery.multiselect2side') %] [% L.javascript_tag('jquery.selectboxes', 'jquery.multiselect2side') %]

[% 'Edit group ' | $T8 %]: [% HTML.escape(name) %]

@@ -16,7 +15,7 @@

[%- LxERP.t8('Edit membership') %]

- [% L.select_tag('user_ids[]', ALL_USERS, value_key = 'id', title_key = 'login', default = USER_IDS_IN_GROUP, multiple = 1) %] + [% L.select_tag('user_ids[]', ALL_USERS, id='user_ids', value_key = 'id', title_key = 'login', default = USER_IDS_IN_GROUP, multiple = 1) %]

[% 'Edit rights' | $T8 %]

@@ -56,4 +55,4 @@

- [% L.multiselect2side('user_ids_', labelsx => LxERP.t8('All users'), labeldx => LxERP.t8('Users in this group')) %] + [% L.multiselect2side('user_ids', labelsx => LxERP.t8('All users'), labeldx => LxERP.t8('Users in this group')) %] -- 2.20.1