@@ -, +, @@ patron-search.inc --> There should be strings with pound signs such as "%%] %s [%%# - branch: " --> The problematic strings are not there anymore --- .../intranet-tmpl/prog/en/includes/patron-search.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -15,12 +15,12 @@ [% END %] [%# Display a complex patron search form %] -[%# - Search: %] +[%# - Search: input %] [%# You can then pass a list of filters %] -[%# - branch: %] -[%# - search_field: %] +[%# - branch: select library list %] +[%# - category: select patron category list %] +[%# - search_field: select patron field list %] +[%# - search_type: select 'contain' or 'start with' %] [% BLOCK patron_search_filters %]
--