Lines 274-280
Link Here
|
274 |
<li class="ill_checkout_due_date"> |
274 |
<li class="ill_checkout_due_date"> |
275 |
<label for="duedate" class="ill_checkout_duedate_label">Due date:</label> |
275 |
<label for="duedate" class="ill_checkout_duedate_label">Due date:</label> |
276 |
<input name="duedate" id="ill_checkout_duedate_input" type="text" value="[% params.duedate | html %]" class="flatpickr" data-flatpickr-enable-time="true" /> [% INCLUDE 'date-format.inc' %] |
276 |
<input name="duedate" id="ill_checkout_duedate_input" type="text" value="[% params.duedate | html %]" class="flatpickr" data-flatpickr-enable-time="true" /> [% INCLUDE 'date-format.inc' %] |
277 |
<div class="hint">If you do not specify a due date, it will be set according to circulation rules</p> |
277 |
<div class="hint">If you do not specify a due date, it will be set according to circulation rules</div> |
278 |
</li> |
278 |
</li> |
279 |
</ol> |
279 |
</ol> |
280 |
</fieldset> |
280 |
</fieldset> |
281 |
- |
|
|