View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0027274 | mantisbt | ui | public | 2020-09-10 11:48 | 2022-06-12 09:48 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | tweak | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
Summary | 0027274: Move Delete buttons into main form | ||||
Description | Before HTML 5 it was not possible to have multiple buttons sending form data to different target pages. Consequently, we have several places in Mantis UI where there are buttons printed outside of the main form, resulting in a not-so-nice-looking UI (see screenshot for illustration). With HTML 5 button and formaction attribute, this is now possible, so we should fix these glitches. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
MantisBT: master f6234f0e 2020-09-10 12:47 Details Diff |
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 |
Affected Issues 0027274 |
|
mod - manage_proj_delete.php | Diff File | ||
mod - manage_proj_edit_page.php | Diff File | ||
MantisBT: master aaa671c2 2020-09-10 12:50 Details Diff |
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 |
Affected Issues 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 | ||
MantisBT: master 6db5ae6a 2020-09-10 13:27 Details Diff |
Move Delete button to form footer: Version 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. Fixes 0027274 |
Affected Issues 0027274 |
|
mod - manage_proj_ver_delete.php | Diff File | ||
mod - manage_proj_ver_edit_page.php | Diff File | ||
MantisBT: master 8116b5e3 2022-06-02 09:14 Details Diff |
Move Delete Custom Field button to form footer 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 Fixes 0027274 |
Affected Issues 0027274 |
|
mod - manage_custom_field_edit_page.php | Diff File |