From 640c81b4878f9ff55b8819262f3270764e76a799 Mon Sep 17 00:00:00 2001 From: marcos Date: Mon, 12 Jul 2021 13:06:30 +0200 Subject: [PATCH] fallo critico del swich regordete --- pandora_console/include/class/AgentWizard.class.php | 12 ++++++++---- pandora_console/include/functions_html.php | 2 +- pandora_console/include/styles/pandora.css | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/pandora_console/include/class/AgentWizard.class.php b/pandora_console/include/class/AgentWizard.class.php index 7643abc4fd..6631151252 100644 --- a/pandora_console/include/class/AgentWizard.class.php +++ b/pandora_console/include/class/AgentWizard.class.php @@ -3965,7 +3965,7 @@ class AgentWizard extends HTML $class = ''; if ($activeModules === 1) { - $class = 'alpha50'; + $class = 'alpha50 pdd_0px'; } $table->head[6] = html_print_checkbox_switch_extended( @@ -3997,7 +3997,7 @@ class AgentWizard extends HTML '', true, '', - 'alpha50' + 'alpha50 pdd_0px' ); } @@ -4196,7 +4196,9 @@ class AgentWizard extends HTML false, 'switchBlockControl(event)', '', - true + true, + '', + 'pdd_0px' ); } else { // WIP. Current value of this module. @@ -4222,7 +4224,9 @@ class AgentWizard extends HTML false, 'switchBlockControl(event)', 'form="form-create-modules"', - true + true, + '', + 'pdd_0px' ); } diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 6eabde142f..91e2359626 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -3729,7 +3729,7 @@ function html_print_checkbox_switch_extended( $name.($idcounter[$name] ? $idcounter[$name] : '') ); - $output = '