Bug 32744 - [OMNIBUS] Standardize structure around action fieldsets
Summary: [OMNIBUS] Standardize structure around action fieldsets
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on: 32746 32769 32771 32952 32954 32955
Blocks:
  Show dependency treegraph
 
Reported: 2023-01-30 14:44 UTC by Owen Leonard
Modified: 2023-02-13 18:32 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2023-01-30 14:44:48 UTC
Generally in Koha we wrap submit and cancel controls in a separate fieldset: <fieldset class="action">. Sometimes this is nested inside the main form's fieldset and sometimes it isn't.

I would like to propose that we standardize on placing the fieldset outside the main form's fieldset. This will make it easier to keep form styles consistent.

I'm not sure how many templates will need to be updates so I'm making this an omnibus bug to help manage the complexity of patches.