Bug 31884: Define 'check in' button as primary

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

Test plan :
1) Go to check in page /cgi-bin/koha/circ/returns.pl
2) Check submit button 'Check in' 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:
Fridolin Somers 2022-10-19 20:20:35 -10:00 committed by Tomas Cohen Arazi
parent 06d8def79c
commit fa18ae1b4a
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -1089,7 +1089,7 @@
<a href="#" title="Checkin settings"><i class="fa fa-sliders"></i></a>
</div>
<button type="submit" class="btn btn-default">Check in</button>
<button type="submit" class="btn btn-primary">Check in</button>
[% FOREACH inputloo IN inputloop %]
<input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" />
<input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />