Bug 31885

Summary: In renew page submit button should be yellow
Product: Koha Reporter: Fridolin Somers <fridolin.somers>
Component: TemplatesAssignee: Fridolin Somers <fridolin.somers>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: lucas, martin.renvoize
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31884
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: 30952    
Bug Blocks: 31947    
Attachments: Bug 31885: Define submit button as primary in renew page
Bug 31885: Define submit button as primary in renew page
Bug 31885: Define submit button as primary in renew page

Description Fridolin Somers 2022-10-20 06:28:13 UTC
Like Bug 31810, submit button in renew page is the most important action on this form, it should be yellow.
Comment 1 Fridolin Somers 2022-10-20 06:31:35 UTC
Created attachment 142226 [details] [review]
Bug 31885: Define submit button as primary in renew page

Submit button in renew page is the most important action on this form, it should be yellow

Test plan :
1) Go to renew page /cgi-bin/koha/circ/renew.pl
2) Check submit button 'Submit' as class 'btn-primary' and is yellow
Comment 2 David Nind 2022-10-20 07:30:43 UTC
Created attachment 142227 [details] [review]
Bug 31885: Define submit button as primary in renew page

Submit button in renew page is the most important action on this form, it should be yellow

Test plan :
1) Go to renew page /cgi-bin/koha/circ/renew.pl
2) Check submit button 'Submit' as class 'btn-primary' and is yellow

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Lucas Gass 2022-10-20 15:18:09 UTC
Created attachment 142260 [details] [review]
Bug 31885: Define submit button as primary in renew page

Submit button in renew page is the most important action on this form, it should be yellow

Test plan :
1) Go to renew page /cgi-bin/koha/circ/renew.pl
2) Check submit button 'Submit' as class 'btn-primary' and is yellow

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

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Comment 4 Tomás Cohen Arazi 2022-10-21 12:59:19 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!