View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033842 | mantisbt | ui | public | 2024-02-22 10:08 | 2024-09-29 13:15 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Target Version | 2.27.0 | Fixed in Version | 2.27.0 | ||
Summary | 0033842: Move buttons to Edit User section footer in Manage User Page | ||||
Description | Until now, Reset Password, Delete User and Impersonate User buttons were displayed between the Edit User and Add user to project sections. This was dictated by legacy HTML limitation, which did not allow multiple buttons in a single form with different submit actions. With HTML5 we can leverage the formaction attribute, and move the buttons into the Edit User section's footer for a cleaner UI. | ||||
Tags | No tags attached. | ||||
New layout after this change (Includes the User Information button, added in 0027004, that was not present in the previous screenshot) |
|
MantisBT: master d5c4c30a 2024-02-22 10:24 Details Diff |
Move buttons to Edit User section footer Until now, Reset Password, Delete User and Impersonate User buttons were displayed between the Edit User and Add user to project sections. This was dictated by legacy HTML limitation where it was not possible to have multiple buttons in a single form with different submit actions. With HTML5 we can leverage the formaction attribute, and move the buttons into the Edit User section's footer for a cleaner UI. Fixes 0033842 |
Affected Issues 0033842 |
|
mod - manage_user_delete.php | Diff File | ||
mod - manage_user_edit_page.php | Diff File | ||
mod - manage_user_reset.php | Diff File |