From 5684a7f595b7ab228e80fb1aec4b61e68081a29b Mon Sep 17 00:00:00 2001 From: Hammat Wele Date: Mon, 25 Mar 2024 18:12:36 +0000 Subject: [PATCH] Bug 31736: Editing 'All' to 'All report groups' This patch edit the term 'All' to 'All report groups', 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. Reports > Create guided report 3. View the following pages --> The pages work (no errors) --> 'All' should be replace by 'All report groups' --> No spelling errors in 'All report groups' - Reports > Use saved 'All report groups' should be in a tab name - 'All report subgroups' should be in Subgroup drop-down --- .../prog/en/modules/reports/guided_reports_start.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index d402cdba38..75d6226d94 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -230,7 +230,7 @@ [% WRAPPER tabs id= "tabs" %] [% WRAPPER tabs_nav %] - [% WRAPPER tab_item tabname= "reports" bt_active= 1 %] All [% END %] + [% WRAPPER tab_item tabname= "reports" bt_active= 1 %] All report groups [% END %] [% FOREACH group IN groups_with_subgroups %] [% WRAPPER tab_item tabname= group.id %] [% group.name | html %] [% END %] [% END %] @@ -242,7 +242,7 @@
-- 2.34.1