Fix setup header visual issues

This commit is contained in:
Calvo 2022-03-23 10:16:35 +01:00
parent 24b6394c83
commit c9cea837fa
1 changed files with 4 additions and 1 deletions

View File

@ -323,6 +323,8 @@ switch ($section) {
break;
}
// Put header inside div for special sizing.(No right margin).
echo '<div id="header_configuration" style="width: calc(100% + 3em);">';
// Header.
ui_print_page_header(
__('Configuration').$subpage,
@ -336,8 +338,9 @@ ui_print_page_header(
GENERIC_SIZE_TEXT,
'',
'',
true
true,
);
echo '</div>';
if (isset($config['error_config_update_config'])) {
if ($config['error_config_update_config']['correct'] == false) {