mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Fix setup header visual issues
This commit is contained in:
parent
24b6394c83
commit
c9cea837fa
@ -323,6 +323,8 @@ switch ($section) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Put header inside div for special sizing.(No right margin).
|
||||||
|
echo '<div id="header_configuration" style="width: calc(100% + 3em);">';
|
||||||
// Header.
|
// Header.
|
||||||
ui_print_page_header(
|
ui_print_page_header(
|
||||||
__('Configuration').$subpage,
|
__('Configuration').$subpage,
|
||||||
@ -336,8 +338,9 @@ ui_print_page_header(
|
|||||||
GENERIC_SIZE_TEXT,
|
GENERIC_SIZE_TEXT,
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
true
|
true,
|
||||||
);
|
);
|
||||||
|
echo '</div>';
|
||||||
|
|
||||||
if (isset($config['error_config_update_config'])) {
|
if (isset($config['error_config_update_config'])) {
|
||||||
if ($config['error_config_update_config']['correct'] == false) {
|
if ($config['error_config_update_config']['correct'] == false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user