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:
parent
06d8def79c
commit
fa18ae1b4a
1 changed files with 1 additions and 1 deletions
|
@ -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 %]" />
|
||||
|
|
Loading…
Reference in a new issue