From d42c7f6df22e1ba43ded7fd81a7dfed20a6c4330 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Mon, 21 Dec 2015 09:12:48 +0100 Subject: [PATCH] Fixed problems with form in view. --- pandora_console/godmode/massive/massive_add_alerts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/massive/massive_add_alerts.php b/pandora_console/godmode/massive/massive_add_alerts.php index 03001095fc..986de7fe5a 100755 --- a/pandora_console/godmode/massive/massive_add_alerts.php +++ b/pandora_console/godmode/massive/massive_add_alerts.php @@ -152,7 +152,7 @@ $table->data[0][0] = __('Group'); $table->data[0][1] = html_print_select_groups(false, "AW", $return_all_group, 'id_group', 0, '', 'Select', -1, true, false, true, '', false, 'width:180px;'); $table->data[0][2] = __('Group recursion'); -$table->data[0][3] = html_print_checkbox ("recursion", 1, $recursion, true, false); +$table->data[0][3] = html_print_checkbox ("recursion", 1, $recursion, true, false,'',true); $table->data[1][0] = __('Agents'); $table->data[1][0] .= '