#11993 Fix setup title labels

This commit is contained in:
miguel angel rasteu 2023-09-07 12:46:39 +02:00
parent b876928350
commit f624f88964
1 changed files with 3 additions and 2 deletions

View File

@ -760,9 +760,10 @@ function notifications_print_global_source_configuration($source)
}
// Generate the title.
$html_title = "<div class='global-config-notification-title'>";
$html_title = '<h2 style="margin-bottom: auto;">'.$source['description'].'</h2>';
$html_title .= "<div class='global-config-notification-title'>";
$html_title .= html_print_switch($switch_values);
$html_title .= '<h2>'.$source['description'].'</h2>';
$html_title .= '<h2>'.__('Enable user configuration').'</h2>';
$html_title .= '</div>';
// Generate the html for title.