View | Details | Raw Unified | Return to bug 31884
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +1 lines)
Lines 1089-1095 Link Here
1089
                                                    <a href="#" title="Checkin settings"><i class="fa fa-sliders"></i></a>
1089
                                                    <a href="#" title="Checkin settings"><i class="fa fa-sliders"></i></a>
1090
                                                </div>
1090
                                                </div>
1091
1091
1092
                                                <button type="submit" class="btn btn-default">Check in</button>
1092
                                                <button type="submit" class="btn btn-primary">Check in</button>
1093
                                                [% FOREACH inputloo IN inputloop %]
1093
                                                [% FOREACH inputloo IN inputloop %]
1094
                                                    <input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" />
1094
                                                    <input type="hidden" name="ri-[% inputloo.counter | html %]" value="[% inputloo.barcode | html %]" />
1095
                                                    <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
1095
                                                    <input type="hidden" name="dd-[% inputloo.counter | html %]" value="[% inputloo.duedate | html %]" />
1096
- 

Return to bug 31884