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