From ef222e075ae21ddcf47e5939385484a6a75505a4 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 8 Sep 2023 15:44:33 +0000 Subject: [PATCH] Bug 34443: Spelling: Patron search pop-up Sort1: should be Sort 1 This patch instances of "Sort1" and "Sort2" being used as labels in the interface, replacing the strings with "Sort 1" and "Sort 2" To test, apply the patch and test this page: With the borrowerRelationship system preference populated, edit a child record and click the "Add guarantor" button. There are two fields in the form with the updated labels. Signed-off-by: Laura Escamilla Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 93d4defeda79349d57be209bfb8fa4132cae3b77) Signed-off-by: Fridolin Somers (cherry picked from commit b548d4ec6edc84cc3448ac2fa7f6c80981a2e8f4) Signed-off-by: Jacob O'Mara --- koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 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 a00a7b6cb1..afecd5e3bb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -61,12 +61,12 @@ [% CASE 'sort1' %]
  • - + [% PROCESS 'av-build-dropbox.inc' name="sort1_filter", category="Bsort1", empty=1, size = 20 %]
  • [% CASE 'sort2' %]
  • - + [% PROCESS 'av-build-dropbox.inc' name="sort2_filter", category="Bsort2", empty=1, size = 20 %]
  • [% CASE 'search_field' %] -- 2.39.2