MantisBT: master f65b0cae

Author Committer Branch Timestamp Parent
dregad dregad master 2020-11-21 13:19 master ac22c041
Affected Issues  0027574: Manage users edit page: inconsistent spacing between sections
 0028080: Unsightly vertical offset of the "Update Prefs" and "Reset Prefs" buttons.
Changeset

Fix markup in account_prefs_inc.php

The sequence of wrapping divs was different from the usual layout,
causing inconsistent spacing when the account preferences section
was displayed on manage_user_edit_page.php.

edit_account_prefs() no longer prints the outer div, letting the parent
page take care of it.

Fixes 0027574

mod - account_prefs_inc.php Diff File
mod - account_prefs_page.php Diff File
mod - manage_user_edit_page.php Diff File