|
Lines 607-622
Link Here
|
| 607 |
<div class="yui-g"> |
607 |
<div class="yui-g"> |
| 608 |
<form id="checkin-form" method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" > |
608 |
<form id="checkin-form" method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" > |
| 609 |
<div class="yui-u first"> |
609 |
<div class="yui-u first"> |
| 610 |
<fieldset> |
610 |
<fieldset> |
| 611 |
<legend>Check in</legend> |
611 |
<legend>Check in</legend> |
| 612 |
<label for="barcode">Enter item barcode: </label> |
612 |
<label for="barcode">Enter item barcode: </label> |
| 613 |
[% IF ( exemptfine ) %] |
613 |
[% IF ( exemptfine ) %] |
| 614 |
<input name="barcode" id="barcode" size="14" class="focus alert" type="text" /> |
614 |
<input name="barcode" id="barcode" size="14" class="focus alert" type="text" /> |
| 615 |
[% ELSIF ( dropboxmode ) %] |
615 |
[% ELSIF ( dropboxmode ) %] |
| 616 |
<input name="barcode" id="barcode" size="14" class="focus alert" type="text" /> |
616 |
<input name="barcode" id="barcode" size="14" class="focus alert" type="text" /> |
| 617 |
[% ELSE %] |
617 |
[% ELSE %] |
| 618 |
<input name="barcode" id="barcode" size="14" class="focus" type="text" /> |
618 |
<input name="barcode" id="barcode" size="14" class="focus" type="text" /> |
| 619 |
[% END %] |
619 |
[% END %] |
| 620 |
<input type="submit" class="submit" value="Submit" /> |
620 |
<input type="submit" class="submit" value="Submit" /> |
| 621 |
|
621 |
|
| 622 |
[% IF Koha.Preference('SpecifyReturnDate') %] |
622 |
[% IF Koha.Preference('SpecifyReturnDate') %] |
| 623 |
- |
|
|