Bug 31530: Remove HTML tags in TT comments in patron-search.inc
Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> To test: 1) Without patch, search for patron-search.inc in misc/translator/po/xx-XX-staff-prog.po --> There should be strings with pound signs such as "%%] %s [%%# - branch: " 2) Apply patch 3) Update translation files `translate update xx-XX` 4) Search again for patron-search.inc in misc/translator/po/xx-XX-staff-prog.po --> The problematic strings are not there anymore 5) In the staff interface, go to Patrons, the search box and search function should be unchanged Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
cffd36bcb4
commit
613554edc6
1 changed files with 5 additions and 5 deletions
|
@ -15,12 +15,12 @@
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[%# Display a complex patron search form %]
|
[%# Display a complex patron search form %]
|
||||||
[%# - Search: <input> %]
|
[%# - Search: input %]
|
||||||
[%# You can then pass a list of filters %]
|
[%# You can then pass a list of filters %]
|
||||||
[%# - branch: <select library list> %]
|
[%# - branch: select library list %]
|
||||||
[%# - category: <select patron category list> %]
|
[%# - category: select patron category list %]
|
||||||
[%# - search_field: <select patron field list> %]
|
[%# - search_field: select patron field list %]
|
||||||
[%# - search_type: <select "contain" or "start with"> %]
|
[%# - search_type: select 'contain' or 'start with' %]
|
||||||
[% BLOCK patron_search_filters %]
|
[% BLOCK patron_search_filters %]
|
||||||
<form id="patron_search_form">
|
<form id="patron_search_form">
|
||||||
<fieldset class="brief">
|
<fieldset class="brief">
|
||||||
|
|
Loading…
Reference in a new issue