From 4b531a96c2a4852d63aada6ff1cb12b6d21cbdd7 Mon Sep 17 00:00:00 2001 From: "manuel.montes" Date: Thu, 10 Sep 2020 17:48:07 +0200 Subject: [PATCH] Changed checkbox switch --- .../reporting_builder.item_editor.php | 155 ++++++++++-------- 1 file changed, 91 insertions(+), 64 deletions(-) diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 5228e08507..a876819b38 100755 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -1024,7 +1024,7 @@ $class = 'databox filters'; - + @@ -1138,46 +1144,60 @@ $class = 'databox filters'; @@ -1224,7 +1244,7 @@ $class = 'databox filters'; - + @@ -2166,32 +2193,32 @@ $class = 'databox filters'; @@ -2348,7 +2375,7 @@ $class = 'databox filters'; @@ -2547,7 +2574,7 @@ $class = 'databox filters'; @@ -2783,7 +2810,7 @@ $class = 'databox filters'; @@ -2794,7 +2821,7 @@ $class = 'databox filters'; echo __('Show item in landscape format (only PDF)'); ?> - + @@ -2803,7 +2830,7 @@ $class = 'databox filters'; echo __('Page break at the end of the item (only PDF)'); ?> - +
- +

+ "; + html_print_checkbox_switch('monday', 1, $monday); + ?> +

- +

+ "; + html_print_checkbox_switch('tuesday', 1, $tuesday); + ?> +

- +

+ "; + html_print_checkbox_switch('wednesday', 1, $wednesday); + ?> +

- +

+ "; + html_print_checkbox_switch('thursday', 1, $thursday); + ?> +

- +

+ "; + html_print_checkbox_switch('friday', 1, $friday); + ?> +

- +

+ "; + html_print_checkbox_switch('saturday', 1, $saturday); + ?> +

- +

+ "; + html_print_checkbox_switch('sunday', 1, $sunday); + ?> +

+

"; + html_print_checkbox_switch('total_time', 1, $total_time); ?>

"; + html_print_checkbox_switch('time_failed', 1, $time_failed); ?>

"; + html_print_checkbox_switch('time_in_ok_status', 1, $time_in_ok_status); ?>

"; + html_print_checkbox_switch( 'time_in_unknown_status', 1, $time_in_unknown_status @@ -2202,8 +2229,8 @@ $class = 'databox filters';

"; + html_print_checkbox_switch( 'time_of_not_initialized_module', 1, $time_of_not_initialized_module @@ -2214,8 +2241,8 @@ $class = 'databox filters';

"; + html_print_checkbox_switch('time_of_downtime', 1, $time_of_downtime); ?>