Bug 18499: (follow-up) Add missing filters

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Nick Clemens 2020-02-14 17:59:38 +00:00 committed by Martin Renvoize
parent 6b6a68525c
commit 2bc6d6d575
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -20,7 +20,7 @@
<input type="text" id="cn_browser_input" name="q" value="[% q | html %]" /> <input type="text" id="cn_browser_input" name="q" value="[% q | html %]" />
<input id="cn_browser_submit" type="submit" value="Search" /> <input id="cn_browser_submit" type="submit" value="Search" />
<input name="plugin_name" type="hidden" value="cn_browser.pl"/> <input name="plugin_name" type="hidden" value="cn_browser.pl"/>
<input name="popup" type="hidden" value="[% popup %]"/> <input name="popup" type="hidden" value="[% popup | html %]"/>
</br> </br>
<label for="cn_source">Callnumber classification scheme</label> <label for="cn_source">Callnumber classification scheme</label>
<select name="cn_source" form="cn_browser"> <select name="cn_source" form="cn_browser">
@ -52,7 +52,7 @@
[% IF ( cn_loo.author ) %] [% IF ( cn_loo.author ) %]
<span>by</span> [% cn_loo.author | html %] <span>by</span> [% cn_loo.author | html %]
[% END %] [% END %]
[% IF ( cn_loo.barcode ) %] ([% cn_loo.barcode %])[% END %] [% IF ( cn_loo.barcode ) %] ([% cn_loo.barcode | html %])[% END %]
</a> </a>
</td> </td>
<td style="background:[% cn_loo.background | html %];">[% cn_loo.branchname | html %]</td> <td style="background:[% cn_loo.background | html %];">[% cn_loo.branchname | html %]</td>