Lines 490-497
No patron matched <span class="ex">[% message %]</span>
Link Here
|
490 |
|
490 |
|
491 |
[% IF ( SpecifyDueDate ) %]<div class="date-select"> |
491 |
[% IF ( SpecifyDueDate ) %]<div class="date-select"> |
492 |
<div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div> |
492 |
<div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div> |
493 |
[% IF ( duedatespec ) %]<input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec %]" readonly="readonly" />[% ELSE %]<input type="text" size="13" id="duedatespec" name="duedatespec" value="" readonly="readonly" /> |
493 |
[% IF ( duedatespec ) %] |
494 |
[% END %] |
494 |
<input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec %]" /> |
|
|
495 |
[% ELSE %] |
496 |
<input type="text" size="13" id="duedatespec" name="duedatespec" value="" /> |
497 |
[% END %] |
498 |
|
495 |
<label for="stickyduedate"> Remember for session:</label> |
499 |
<label for="stickyduedate"> Remember for session:</label> |
496 |
[% IF ( stickyduedate ) %] |
500 |
[% IF ( stickyduedate ) %] |
497 |
<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" checked="checked" /> |
501 |
<input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" checked="checked" /> |
498 |
- |
|
|