Lines 45-56
Link Here
|
45 |
|
45 |
|
46 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> › Check in</div> |
46 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> › Check in</div> |
47 |
|
47 |
|
48 |
[% IF Koha.Preference('CircSidebar') %]<div id="doc3" class="yui-t2">[% ELSE %]<div id="doc" class="yui-t7">[% END %] |
48 |
<div class="main container-fluid"> |
49 |
|
49 |
<div class="row"> |
50 |
<div id="bd"> |
50 |
<div class="col-sm-12"> |
51 |
<div id="yui-main"> |
51 |
<main> |
52 |
[% IF Koha.Preference('CircSidebar') %]<div class="yui-b">[% END %] |
52 |
<div class="row"> |
53 |
<div class="yui-g"> |
53 |
|
|
|
54 |
[% IF Koha.Preference('CircSidebar') %] |
55 |
<div class="col-sm-10 col-sm-push-2"> |
56 |
[% ELSE %] |
57 |
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> |
58 |
[% END %] |
54 |
|
59 |
|
55 |
[% IF hold_auto_filled %] |
60 |
[% IF hold_auto_filled %] |
56 |
<div class="dialog alert hold-auto-filled"> |
61 |
<div class="dialog alert hold-auto-filled"> |
Lines 603-613
Link Here
|
603 |
<div id="dropboxmode" class="dialog message" style="display:none;"> |
608 |
<div id="dropboxmode" class="dialog message" style="display:none;"> |
604 |
<p>Book drop mode. (Effective checkin date is [% dropboxdate | html %] ).</p> |
609 |
<p>Book drop mode. (Effective checkin date is [% dropboxdate | html %] ).</p> |
605 |
</div> |
610 |
</div> |
606 |
</div> |
611 |
|
607 |
<div class="yui-g"> |
612 |
<div class="row"> |
608 |
<form id="checkin-form" method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" > |
613 |
<form id="checkin-form" method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" > |
609 |
<div class="yui-u first"> |
614 |
<div class="col-sm-6"> |
610 |
<fieldset> |
615 |
<fieldset> |
611 |
<legend>Check in</legend> |
616 |
<legend>Check in</legend> |
612 |
<label for="barcode">Enter item barcode: </label> |
617 |
<label for="barcode">Enter item barcode: </label> |
613 |
[% IF ( exemptfine ) %] |
618 |
[% IF ( exemptfine ) %] |
Lines 644-650
Link Here
|
644 |
|
649 |
|
645 |
</fieldset> |
650 |
</fieldset> |
646 |
</div> |
651 |
</div> |
647 |
<div class="yui-u"> |
652 |
<div class="col-sm-6"> |
648 |
<fieldset id="checkin_options"> |
653 |
<fieldset id="checkin_options"> |
649 |
<legend>Options</legend> |
654 |
<legend>Options</legend> |
650 |
[% IF ( CAN_user_updatecharges_writeoff && overduecharges ) %] |
655 |
[% IF ( CAN_user_updatecharges_writeoff && overduecharges ) %] |
Lines 733-748
Link Here
|
733 |
[% END %] |
738 |
[% END %] |
734 |
</table> |
739 |
</table> |
735 |
[% END %] |
740 |
[% END %] |
736 |
</div> |
741 |
|
737 |
[% IF Koha.Preference('CircSidebar') %] |
742 |
[% IF Koha.Preference('CircSidebar') %] |
738 |
</div> |
743 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
739 |
<div class="yui-b noprint"> |
744 |
<div class="col-sm-2 col-sm-pull-10"> |
740 |
[% INCLUDE 'circ-nav.inc' %] |
745 |
<aside> |
741 |
</div> |
746 |
[% INCLUDE 'circ-nav.inc' %] |
742 |
[% END %] |
747 |
</aside> |
743 |
</div> |
748 |
</div> <!-- /.col-sm-2.col-sm-pull-10 --> |
744 |
</div> |
749 |
</div> <!-- /.row --> |
745 |
</div> |
750 |
[% END %] |
|
|
751 |
|
752 |
</main> |
753 |
</div> <!-- /.col-sm-12 --> |
754 |
</div> <!-- /.row --> |
746 |
|
755 |
|
747 |
[% MACRO jsinclude BLOCK %] |
756 |
[% MACRO jsinclude BLOCK %] |
748 |
[% INCLUDE 'datatables.inc' %] |
757 |
[% INCLUDE 'datatables.inc' %] |
Lines 751-757
Link Here
|
751 |
[% Asset.js("lib/jquery/plugins/jquery-ui-timepicker-addon.min.js") | $raw %] |
760 |
[% Asset.js("lib/jquery/plugins/jquery-ui-timepicker-addon.min.js") | $raw %] |
752 |
[% INCLUDE 'timepicker.inc' %] |
761 |
[% INCLUDE 'timepicker.inc' %] |
753 |
|
762 |
|
754 |
<script type="text/javascript"> |
763 |
<script> |
755 |
function Dopop(link) { |
764 |
function Dopop(link) { |
756 |
var newin = window.open(link, 'popup', 'width=600,height=400,resizable=1,toolbar=0,scrollbars=1,top'); |
765 |
var newin = window.open(link, 'popup', 'width=600,height=400,resizable=1,toolbar=0,scrollbars=1,top'); |
757 |
$("#barcode").focus(); |
766 |
$("#barcode").focus(); |