From 7ce748deb10a4aeb8b994e8927c272794746b2f3 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 12 Mar 2025 13:09:42 +0000 Subject: [PATCH] Bug 31642: (follow-up) Add descriptions for three new AV categories Content-Type: text/plain; charset=utf-8 Good suggestion from David Nind on BZ comment10 (thx). Test plan: Go to admin/authorised_values.pl and check category description on main form. Signed-off-by: Marcel de Rooy --- .../prog/en/modules/admin/authorised_values.tt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index 519476a6f3..a948263850 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -445,6 +445,12 @@ [% BLOCK category_descriptions %] [% SWITCH code_category %] + [% CASE 'ADD_CONT_HTML_CUSTOM' %] +

Custom display locations for HTML customizations

+ [% CASE 'ADD_CONT_HTML_OPAC_SYSTEM' %] +

OPAC display locations for HTML customizations

+ [% CASE 'ADD_CONT_HTML_STAFF_SYSTEM' %] +

Staff interface display locations for HTML customizations

[% CASE 'Asort1' %]

Used for acquisitions statistical purposes

[% CASE 'Asort2' %] -- 2.39.5