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> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
80d6cdf114
commit
980ca17fd8
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@
|
|||
<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">
|
||||
|
|
Loading…
Reference in a new issue