From fb43df238a0359021f74f5e40aa4cedc55411f24 Mon Sep 17 00:00:00 2001 From: Gilles Dubois Date: Tue, 6 Dec 2016 18:02:29 +0100 Subject: [PATCH] update groups button class --- plugins/main_sections/ms_groups/ms_group_show.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/main_sections/ms_groups/ms_group_show.php b/plugins/main_sections/ms_groups/ms_group_show.php index 4fa5921ac..10c0e4c18 100644 --- a/plugins/main_sections/ms_groups/ms_group_show.php +++ b/plugins/main_sections/ms_groups/ms_group_show.php @@ -345,7 +345,7 @@ function form_action_group($systemid) { } echo "
"; formGroup('select', 'actshowgroup', $l->g(585), '', '', '', '', $arrayData, $arrayData, ''); - echo ""; + echo ""; echo "
"; }