From ac2b7f3b2f36a9ae3140389422cc121413b70246 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 19 Oct 2023 17:38:30 +0000 Subject: [PATCH] Bug 34964: (follow-up) Add descriptions of new staff html customization regions Bug 6419 added several regions in the staff interface for adding html customizations. This patch adds descriptions of those. The patch also makes a correction to the grouping of OPAC and staff interface customization regions in the "Display location" dropdown. --- .../en/includes/html-customization-help.inc | 28 +++++++++++++++++++ .../en/modules/tools/additional-contents.tt | 4 +-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html-customization-help.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html-customization-help.inc index 697e07ed85..9bc7724aee 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html-customization-help.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html-customization-help.inc @@ -65,3 +65,31 @@
Show this content at the top of the purchase suggestion form in the OPAC.
+ +
+ Show this content on the acquisitions home page in the staff interface. +
+ +
+ Show this content on the authorities home page in the staff interface. +
+ +
+ Show this content on the cataloging home page in the staff interface. +
+ +
+ Show this content on the lists home page in the staff interface. +
+ +
+ Show this content on the patrons home page in the staff interface. +
+ +
+ Show this content on the point of sale home page in the staff interface. +
+ +
+ Show this content on the serials home page in the staff interface. +
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 d16aef29d8..e8c8d252a4 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 @@ -527,7 +527,7 @@ [% END %] [% END %] [% ELSE %] - [% SET opac_available_options = [ 'OpacNavRight', 'opacheader', 'OpacCustomSearch', 'OpacMainUserBlock', 'opaccredits', 'OpacLoginInstructions', 'OpacNav', 'OpacNavBottom', 'OpacSuggestionInstructions', 'ArticleRequestsDisclaimerText', 'OpacMoreSearches', 'OpacMySummaryNote', 'OpacLibraryInfo', ] %] + [% SET opac_available_options = [ 'OpacNavRight', 'opacheader', 'OpacCustomSearch', 'OpacMainUserBlock', 'opaccredits', 'OpacLoginInstructions', 'OpacNav', 'OpacNavBottom', 'OpacSuggestionInstructions', 'ArticleRequestsDisclaimerText', 'OpacMoreSearches', 'OpacMySummaryNote', 'OpacLibraryInfo', 'CatalogConcernHelp', 'CatalogConcernTemplate', 'CookieConsentBar', 'CookieConsentPopup' ] %] [% FOREACH l IN opac_available_options.sort %] [% IF l == location %] @@ -537,7 +537,7 @@ [% END %] [% END %] - [% SET staff_available_options = [ 'CatalogConcernHelp', 'CatalogConcernTemplate', 'CookieConsentBar', 'CookieConsentPopup', 'StaffAcquisitionsHome', 'StaffAuthoritiesHome', 'StaffCataloguingHome', 'StaffListsHome', 'StaffPatronsHome', 'StaffPOSHome', 'StaffSerialsHome' ] %] + [% SET staff_available_options = [ 'StaffAcquisitionsHome', 'StaffAuthoritiesHome', 'StaffCataloguingHome', 'StaffListsHome', 'StaffPatronsHome', 'StaffPOSHome', 'StaffSerialsHome' ] %] [% FOREACH l IN staff_available_options.sort %] [% IF l == location %] -- 2.30.2