Bug 31885: Define submit button as primary in renew page
authorFridolin Somers <fridolin.somers@biblibre.com>
Thu, 20 Oct 2022 06:29:06 +0000 (20:29 -1000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 21 Oct 2022 12:52:44 +0000 (09:52 -0300)
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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt

index b570fd9..efcebc4 100644 (file)
                             <input name="barcode" size="14" class="barcode focus" type="text" placeholder="Enter item barcode" />
 
                         [% END %]
-                        <button type="submit" class="btn btn-default">Submit</button>
+                        <button type="submit" class="btn btn-primary">Submit</button>
 
                         <div class="circ-settings show">
                             <div class="date-select" id="renew_date_override_fields">