fixes #2306 move save buttons to bottom of page (PR #2346)

For these pages :
 picture modify, album notification, category permission, comments, menubar, all configurations, site update, element set ranks, notification by mail

Change how success and errors messages are displayed and handled
This commit is contained in:
HWFord
2025-03-21 16:28:37 +01:00
committed by GitHub
parent 4a539bdfb7
commit 41d5c8a258
30 changed files with 492 additions and 148 deletions
+6 -1
View File
@@ -136,7 +136,12 @@ UPDATE '.CONFIG_TABLE.'
';
pwg_query($query);
$page['infos'][] = l10n('Order of menubar items has been updated successfully.');
$template->assign(
array(
'save_success' => l10n('Order of menubar items has been updated successfully.'),
)
);
}
make_consecutive( $mb_conf );