MantisBT: master f6234f0e

Author Committer Branch Timestamp Parent
dregad dregad master 2020-09-10 12:47 master 8b51fc49
Affected Issues  0027274: Move Delete buttons into main form
Changeset

Move Delete button to form footer: Project

Using the HTML5 button's formaction property we can get rid of the
separate form that caused the button to be displayed below the Edit box,
and put the Delete button in the main form's footer

This required the following additional changes

  • using the same CSRF token manage_proj_update for deletion

Fixes 0027274

mod - manage_proj_delete.php Diff File
mod - manage_proj_edit_page.php Diff File