From 46b77080c8a91854ea20375463e8c463425d7242 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 bdf8a0a089..ebeeedf091 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 @@ -171,7 +171,7 @@
  • @@ -408,7 +408,7 @@ [% IF c.category == 'news' || c.category == 'pages' %] - [% IF c.location == 'staff_and_opac' %]All + [% IF c.location == 'staff_and_opac' %]All display locations [% ELSIF c.location == 'staff_only' %]Staff interface [% ELSIF c.location == 'opac_only' %]OPAC [% ELSIF c.location == 'slip' %]Slip -- 2.34.1