Bug 38349

Summary: Fix style of sidebar form submit button on tags review page
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: Pushed to main --- QA Contact: Katrin Fischer <katrin.fischer>
Severity: minor    
Priority: P5 - low CC: david, testopia
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
This fixes the "Apply filter(s)" button on the tags review page in the staff interface (Tools > Patrons and circulation > Tags). It now has the same yellow "primary" style as other submit buttons - the text is slightly larger, and the button now fills the entire width of the sidebar.
Version(s) released in:
25.05.00
Circulation function:
Attachments: Bug 38349: Fix style of sidebar form submit button on tags review page
Bug 38349: Fix style of sidebar form submit button on tags review page

Description Owen Leonard 2024-11-04 15:35:31 UTC
On the tags review page the style of the submit button is incorrect.
Comment 1 Owen Leonard 2024-11-04 15:47:07 UTC
Created attachment 173937 [details] [review]
Bug 38349: Fix style of sidebar form submit button on tags review page

This patch fixes the markup of the sidebar form on the tags
review page and removes an incorrect "btn-sm" class from the
submit button.

To test, apply the patch and go to Tools -> Tags.

In the sidebar form, confirm that the submit button has the same yellow
"primary" style as other submit buttons, and that it fills the width of
the sidebar.

Sponsored-by: Athens County Public Libraries
Comment 2 David Nind 2024-11-30 17:05:10 UTC
Created attachment 175037 [details] [review]
Bug 38349: Fix style of sidebar form submit button on tags review page

This patch fixes the markup of the sidebar form on the tags
review page and removes an incorrect "btn-sm" class from the
submit button.

To test, apply the patch and go to Tools -> Tags.

In the sidebar form, confirm that the submit button has the same yellow
"primary" style as other submit buttons, and that it fills the width of
the sidebar.

Sponsored-by: Athens County Public Libraries
Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Katrin Fischer 2024-12-27 15:59:15 UTC
QA by RM
Comment 4 Katrin Fischer 2024-12-27 16:36:31 UTC
Pushed for 25.05!

Well done everyone, thank you!