Lines 171-181
Link Here
|
171 |
[% END %] |
171 |
[% END %] |
172 |
|
172 |
|
173 |
<form method="get" action="/cgi-bin/koha/circ/renew.pl"> |
173 |
<form method="get" action="/cgi-bin/koha/circ/renew.pl"> |
174 |
[% IF Koha.Preference('SpecifyDueDate') %] |
174 |
<input type="hidden" name="hard_due_date" value="[% hard_due_date | html %]" /> |
175 |
<input type="hidden" name="hard_due_date" value="[% hard_due_date | html %]" class="flatpickr flatpickr-enable-time" /> |
|
|
176 |
[% ELSE %] |
177 |
<input type="hidden" name="hard_due_date" value="[% hard_due_date | html %]" /> |
178 |
[% END %] |
179 |
<button type="submit" class="deny"><i class="fa fa-times"></i> Continue without renewing</button> |
175 |
<button type="submit" class="deny"><i class="fa fa-times"></i> Continue without renewing</button> |
180 |
</form> |
176 |
</form> |
181 |
</div> |
177 |
</div> |
Lines 224-230
Link Here
|
224 |
<div class="circ-settings show"> |
220 |
<div class="circ-settings show"> |
225 |
<div class="date-select" id="renew_date_override_fields"> |
221 |
<div class="date-select" id="renew_date_override_fields"> |
226 |
<div><label for="hard_due_date" class="hint">Renewal due date [% INCLUDE 'date-format.inc' %]:</label></div> |
222 |
<div><label for="hard_due_date" class="hint">Renewal due date [% INCLUDE 'date-format.inc' %]:</label></div> |
227 |
<input type="text" size="20" id="hard_due_date" name="hard_due_date" value="[% hard_due_date | $KohaDates with_hours => 1 %]" /> |
223 |
<input type="text" size="20" id="hard_due_date" name="hard_due_date" value="[% hard_due_date | $KohaDates with_hours => 1 %]" class="flatpickr" data-flatpickr-futuredate="true" data-flatpickr-enable-time="true" /> |
228 |
</div> <!-- /.date-select --> |
224 |
</div> <!-- /.date-select --> |
229 |
</div> |
225 |
</div> |
230 |
</fieldset> |
226 |
</fieldset> |