Lines 474-480
No patron matched <span class="ex">[% message %]</span>
Link Here
|
474 |
[% ELSE %] |
474 |
[% ELSE %] |
475 |
<input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> |
475 |
<input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> |
476 |
[% END %] |
476 |
[% END %] |
477 |
<button type="submit" class="btn"><i class="icon-barcode"></i> Check out</button> |
477 |
<button type="submit" class="btn">Check out</button> |
478 |
|
478 |
|
479 |
[% IF ( SpecifyDueDate ) %]<div class="date-select"> |
479 |
[% IF ( SpecifyDueDate ) %]<div class="date-select"> |
480 |
<div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div> |
480 |
<div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div> |
Lines 486-492
No patron matched <span class="ex">[% message %]</span>
Link Here
|
486 |
[% ELSE %] |
486 |
[% ELSE %] |
487 |
<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" /> |
487 |
<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" /> |
488 |
[% END %] |
488 |
[% END %] |
489 |
<button class="btn btn-small action" id="cleardate" name="cleardate" onclick="this.checked = false; this.form.duedatespec.value = ''; this.form.stickyduedate.checked = false; this.form.barcode.focus(); return false;" ><i class="icon-remove-circle"></i> Clear</button> |
489 |
<button class="btn btn-small action" id="cleardate" name="cleardate" onclick="this.checked = false; this.form.duedatespec.value = ''; this.form.stickyduedate.checked = false; this.form.barcode.focus(); return false;" >Clear</button> |
490 |
</div>[% END %] |
490 |
</div>[% END %] |
491 |
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" /> |
491 |
<input type="hidden" name="borrowernumber" id="borrowernumber" value="[% borrowernumber %]" /> |
492 |
<input type="hidden" name="branch" value="[% branch %]" /> |
492 |
<input type="hidden" name="branch" value="[% branch %]" /> |
493 |
- |
|
|