Fix setup header visual issues
This commit is contained in:
parent
24b6394c83
commit
c9cea837fa
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue