diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php
index 374e724efd..8b5c83fd50 100644
--- a/pandora_console/include/functions_html.php
+++ b/pandora_console/include/functions_html.php
@@ -1181,6 +1181,7 @@ function html_print_select_multiple_filtered(
) {
$output .= '
';
+ $output .= '
';
$output .= html_print_input(
[
'style' => 'display:none;',
@@ -1190,6 +1191,7 @@ function html_print_select_multiple_filtered(
'return' => true,
]
);
+ $output .= '
';
$f = "filterAvailableItems(this.value,'".$rid."','".__('None')."')";
$output .= html_print_input(
@@ -1312,7 +1314,7 @@ function html_print_select_multiple_filtered(
'input_class' => 'flex-row-vcenter',
'label' => __('Group recursion'),
'name' => 'id-group-recursion-selected-select-'.$rid,
- 'type' => 'checkbox',
+ 'type' => 'switch',
'script' => $reload_content,
'return' => true,
]
@@ -1329,6 +1331,8 @@ function html_print_select_multiple_filtered(
) {
$output .= '
';
+ $output .= '
';
+
$output .= html_print_input(
[
'style' => 'display:none;',
@@ -1338,6 +1342,7 @@ function html_print_select_multiple_filtered(
'return' => true,
]
);
+ $output .= '
';
$f = "filterSelectedItems(this.value,'".$rid."','".__('None')."')";
$output .= html_print_input(
diff --git a/pandora_console/include/styles/tables.css b/pandora_console/include/styles/tables.css
index 3e7e773895..40ecaf11ba 100644
--- a/pandora_console/include/styles/tables.css
+++ b/pandora_console/include/styles/tables.css
@@ -301,6 +301,7 @@ a.pandora_pagination.current:hover {
display: inline;
padding: 7pt;
margin-left: 10px;
+ background-color: transparent;
}
.dt-button.buttons-csv.buttons-html5 span {
font-size: 0;