From c976d7fb3c2fd735b1fb74558d0df9515701a9f3 Mon Sep 17 00:00:00 2001 From: Hammat Wele Date: Mon, 25 Mar 2024 18:32:14 +0000 Subject: [PATCH] Bug 31736: Editing 'All' to 'All display locations' This patch edit the term 'All' to 'All display locations', beacause All can have different genders depending on the used language ( in french All could mean 'tous for 'male-gendered' things and 'toutes' for 'female-gendered' things). 1. Apply patch 2. View the following pages --> The pages work (no errors) --> 'All' should be replace by 'All display locations' --> No spelling errors in 'All display locations' - Tools > News > 'All display locations' in Display location drop-down - Creation a new additional content, in Display location select Staff interface and OPAC --> in the Additional contents table the colunm Location should contant 'All display locations' --- .../prog/en/modules/tools/additional-contents.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt index 75e1a5215b..2fa2f1c5b7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -167,7 +167,7 @@
  • @@ -405,7 +405,7 @@ [% IF c.category == 'news' || c.category == 'pages' %] [% IF c.location == 'staff_and_opac' %] - All + All display locations [% ELSIF c.location == 'staff_only' %] Staff interface [% ELSIF c.location == 'opac_only' %] -- 2.34.1