View | Details | Raw Unified | Return to bug 38713
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt (-2 / +1 lines)
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
- 

Return to bug 38713