View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0027574 | mantisbt | ui | public | 2020-11-21 18:55 | 2021-10-18 13:06 | 
| Reporter | dregad | Assigned To | dregad | ||
| Priority | low | Severity | tweak | Reproducibility | always | 
| Status | closed | Resolution | fixed | ||
| Target Version | 2.25.0 | Fixed in Version | 2.25.0 | ||
| Summary | 0027574: Manage users edit page: inconsistent spacing between sections | ||||
| Description | The spacing between the Edit User and Add user to project sections is not the same as between Add user to project and Account Preferences. | ||||
| Tags | No tags attached. | ||||
|  | |
|  | |
| There is a vertical shift when visiting the  | |
| Thanks for the feedback, and sorry this regression escaped my attention when I tested this - guess I didn't think of comparing with sibling user profile pages. | |
| MantisBT: master f65b0cae 2020-11-21 13:19 Details Diff | 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 | Affected Issues 0027574, 0028080 | |
| mod - account_prefs_inc.php | Diff File | ||
| mod - account_prefs_page.php | Diff File | ||
| mod - manage_user_edit_page.php | Diff File | ||
| MantisBT: master 63a794e9 2021-01-03 12:47 Details Diff | Fix markup in account_prefs_inc.php (take 2) Commit f65b0cae3b9d4db820d15695e69e797dcdf98bd3 introduced a regression in the user preferences on account_prefs_page.php. This fixes the problem, by printing the wrapping div and spacer within the edit_account_prefs() function again, but only when the Accounts menu is shown (p_accounts_menu == true). Fixes 0027574 | Affected Issues 0027574 | |
| mod - account_prefs_inc.php | Diff File | ||
| mod - account_prefs_page.php | Diff File | ||
