From b72826f4febdbdeb60ccb5df5a1e1a0d1aacbfaf Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Wed, 7 Sep 2022 10:46:18 -1000 Subject: [PATCH] Bug 31530: Remove HTML tags in TT comments in patron-search.inc Signed-off-by: Caroline Cyr La Rose 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 --- .../intranet-tmpl/prog/en/includes/patron-search.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc index 9f2d98a972..3d1de0eb15 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ b/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 %]
-- 2.30.2