Lines 118-124
Link Here
|
118 |
</li> |
118 |
</li> |
119 |
[% IF Koha.Preference('TrackLastPatronActivity') %] |
119 |
[% IF Koha.Preference('TrackLastPatronActivity') %] |
120 |
<li> |
120 |
<li> |
121 |
<label for="borrower_lastseen">who have not been connected since:</label> |
121 |
<label for="borrower_lastseen">who have not been active since:</label> |
122 |
<input size="10" id="borrower_lastseen" name="borrower_lastseen" type="text" class="flatpickr" /> |
122 |
<input size="10" id="borrower_lastseen" name="borrower_lastseen" type="text" class="flatpickr" /> |
123 |
<span class="hint">[% INCLUDE 'date-format.inc' %]</span> |
123 |
<span class="hint">[% INCLUDE 'date-format.inc' %]</span> |
124 |
</li> |
124 |
</li> |
125 |
- |
|
|