Bug 32002

Summary: Make submit button yellow on administration > Did you mean?
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Staff interfaceAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt, lucas
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
22.11.00
Bug Depends on:    
Bug Blocks: 31947    
Attachments: Bug 32002: Make submit button yellow on administration > Did you mean?
Bug 32002: Make submit button yellow on administration > Did you mean?
Bug 32002: Make submit button yellow on administration > Did you mean?

Description Katrin Fischer 2022-10-26 20:10:51 UTC

    
Comment 1 Owen Leonard 2022-10-28 18:42:07 UTC
Created attachment 142784 [details] [review]
Bug 32002: Make submit button yellow on administration > Did you mean?

This patch corrects the class on the "Did you mean?" page's save button
so that it is consistent with other primary submit buttons.

To test, apply the patch and go to Administration -> Did you mean?

The "Save configuration" button should be yellow.
Comment 2 David Nind 2022-10-28 20:02:16 UTC
Created attachment 142788 [details] [review]
Bug 32002: Make submit button yellow on administration > Did you mean?

This patch corrects the class on the "Did you mean?" page's save button
so that it is consistent with other primary submit buttons.

To test, apply the patch and go to Administration -> Did you mean?

The "Save configuration" button should be yellow.

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Katrin Fischer 2022-10-30 09:42:34 UTC
Created attachment 142809 [details] [review]
Bug 32002: Make submit button yellow on administration > Did you mean?

This patch corrects the class on the "Did you mean?" page's save button
so that it is consistent with other primary submit buttons.

To test, apply the patch and go to Administration -> Did you mean?

The "Save configuration" button should be yellow.

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Tomás Cohen Arazi 2022-11-03 12:05:50 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!