View Issue Details

IDProjectCategoryView StatusLast Update
0033842mantisbtuipublic2024-02-22 10:36
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Target Version2.27.0Fixed in Version2.27.0 
Summary0033842: 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.

TagsNo tags attached.

Relationships

related to 0027004 resolveddregad Switch back from manage_user_edit_page to view_user_page 

Activities

dregad

dregad

2024-02-22 10:11

developer   ~0068593

image.png (37,367 bytes)   
image.png (37,367 bytes)   
dregad

dregad

2024-02-22 10:35

developer   ~0068594

Last edited: 2024-02-22 10:36

New layout after this change (Includes the User Information button, added in 0027004, that was not present in the previous screenshot)

image-2.png (33,472 bytes)   
image-2.png (33,472 bytes)   

Related Changesets

MantisBT: master d5c4c30a

2024-02-22 10:24

dregad


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