MantisBT: master d5c4c30a

Author Committer Branch Timestamp Parent
dregad dregad master 2024-02-22 10:24 master 71a08c17
Affected Issues  0033842: Move buttons to Edit User section footer in Manage User Page
Changeset

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

mod - manage_user_delete.php Diff File
mod - manage_user_edit_page.php Diff File
mod - manage_user_reset.php Diff File