Lines 319-327
Link Here
|
319 |
<option value="<">Before</option> |
319 |
<option value="<">Before</option> |
320 |
[% END %] |
320 |
[% END %] |
321 |
[% IF query.param('datelastborrowed_op') == '=' %] |
321 |
[% IF query.param('datelastborrowed_op') == '=' %] |
322 |
<option value="=" selected="selected">On</option> |
322 |
<option value="=" selected="selected">[% tp('On specific date', 'On') | html %]</option> |
323 |
[% ELSE %] |
323 |
[% ELSE %] |
324 |
<option value="=">On</option> |
324 |
<option value="=">[% tp('On specific date', 'On') | html %]</option> |
325 |
[% END %] |
325 |
[% END %] |
326 |
</select> |
326 |
</select> |
327 |
<input type="text" name="datelastborrowed" value="[% query.param('datelastborrowed') | html %]"/> |
327 |
<input type="text" name="datelastborrowed" value="[% query.param('datelastborrowed') | html %]"/> |
328 |
- |
|
|