mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
#11993 Fix setup title labels
This commit is contained in:
parent
b876928350
commit
f624f88964
@ -760,9 +760,10 @@ function notifications_print_global_source_configuration($source)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Generate the title.
|
// 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 .= html_print_switch($switch_values);
|
||||||
$html_title .= '<h2>'.$source['description'].'</h2>';
|
$html_title .= '<h2>'.__('Enable user configuration').'</h2>';
|
||||||
$html_title .= '</div>';
|
$html_title .= '</div>';
|
||||||
|
|
||||||
// Generate the html for title.
|
// Generate the html for title.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user