Lines 111-128
Link Here
|
111 |
<ul> |
111 |
<ul> |
112 |
<li> |
112 |
<li> |
113 |
<label for="date1">who have not borrowed since:</label> |
113 |
<label for="date1">who have not borrowed since:</label> |
114 |
<input size="10" id="date1" name="not_borrowed_since" type="text" class="datepicker" /> |
114 |
<input size="10" id="date1" name="not_borrowed_since" type="text" class="flatpickr" /> |
115 |
<span class="hint">[% INCLUDE 'date-format.inc' %]</span> |
115 |
<span class="hint">[% INCLUDE 'date-format.inc' %]</span> |
116 |
</li> |
116 |
</li> |
117 |
<li> |
117 |
<li> |
118 |
<label for="borrower_dateexpiry">whose expiration date is before:</label> |
118 |
<label for="borrower_dateexpiry">whose expiration date is before:</label> |
119 |
<input size="10" id="borrower_dateexpiry" name="borrower_dateexpiry" type="text" class="datepicker" /> |
119 |
<input size="10" id="borrower_dateexpiry" name="borrower_dateexpiry" type="text" class="flatpickr" /> |
120 |
<span class="hint">[% INCLUDE 'date-format.inc' %]</span> |
120 |
<span class="hint">[% INCLUDE 'date-format.inc' %]</span> |
121 |
</li> |
121 |
</li> |
122 |
[% IF Koha.Preference('TrackLastPatronActivity') %] |
122 |
[% IF Koha.Preference('TrackLastPatronActivity') %] |
123 |
<li> |
123 |
<li> |
124 |
<label for="borrower_lastseen">who have not been connected since:</label> |
124 |
<label for="borrower_lastseen">who have not been connected since:</label> |
125 |
<input size="10" id="borrower_lastseen" name="borrower_lastseen" type="text" class="datepicker" /> |
125 |
<input size="10" id="borrower_lastseen" name="borrower_lastseen" type="text" class="flatpickr" /> |
126 |
<span class="hint">[% INCLUDE 'date-format.inc' %]</span> |
126 |
<span class="hint">[% INCLUDE 'date-format.inc' %]</span> |
127 |
</li> |
127 |
</li> |
128 |
[% END %] |
128 |
[% END %] |
Lines 161-167
Link Here
|
161 |
<ul> |
161 |
<ul> |
162 |
<li> |
162 |
<li> |
163 |
<label for="date2">Permanently delete checkout history older than</label> |
163 |
<label for="date2">Permanently delete checkout history older than</label> |
164 |
<input size="10" id="date2" name="last_issue_date" type="text" class="datepicker" /> |
164 |
<input size="10" id="date2" name="last_issue_date" type="text" class="flatpickr" /> |
165 |
<span class="hint">[% INCLUDE 'date-format.inc' %]</span> |
165 |
<span class="hint">[% INCLUDE 'date-format.inc' %]</span> |
166 |
</li> |
166 |
</li> |
167 |
</ul> |
167 |
</ul> |