Lines 328-335
Link Here
|
328 |
<option value="=">[% tp('On specific date', 'On') | html %]</option> |
328 |
<option value="=">[% tp('On specific date', 'On') | html %]</option> |
329 |
[% END %] |
329 |
[% END %] |
330 |
</select> |
330 |
</select> |
331 |
<input type="text" name="datelastborrowed" value="[% query.param('datelastborrowed') | html %]"/> |
331 |
<input class="flatpickr flatpickr-input" type="text" name="datelastborrowed" value="[% query.param('datelastborrowed') | html %]"/> |
332 |
<span class="hint">ISO Format (YYYY-MM-DD)</span> |
|
|
333 |
</div> |
332 |
</div> |
334 |
</fieldset> |
333 |
</fieldset> |
335 |
<fieldset> |
334 |
<fieldset> |
Lines 360-365
Link Here
|
360 |
</form> |
359 |
</form> |
361 |
|
360 |
|
362 |
[% MACRO jsinclude BLOCK %] |
361 |
[% MACRO jsinclude BLOCK %] |
|
|
362 |
[% INCLUDE 'calendar.inc' %] |
363 |
[% INCLUDE 'datatables.inc' %] |
363 |
[% INCLUDE 'datatables.inc' %] |
364 |
[% INCLUDE 'columns_settings.inc' %] |
364 |
[% INCLUDE 'columns_settings.inc' %] |
365 |
[% INCLUDE 'select2.inc' %] |
365 |
[% INCLUDE 'select2.inc' %] |
366 |
- |
|
|