MantisBT: master aaa671c2

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

Move Delete button to form footer: Category

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 changes

  • renaming the form parameter from id to category_id
  • using the same CSRF token manage_proj_cat_update for deletion

Fixes 0027274

mod - manage_proj_cat_add.php Diff File
mod - manage_proj_cat_delete.php Diff File
mod - manage_proj_cat_edit_page.php Diff File
mod - manage_proj_edit_page.php Diff File
mod - manage_proj_page.php Diff File