From b6c1d9ae7f90ddf89cb06bd9b5e5386b94d4fe72 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 22 Feb 2023 15:00:19 +0000 Subject: [PATCH] Bug 33038: Add classes to patroncategorycode for easier customization To test: 1. Pull up a patron and look at the patroncategory inside the patronbriefinfo. Description and code are together in one HTML element, they are hard to seperate. 2. Apply patch. 3. Look again and notice the new classes. Signed-off-by: Barbara Johnson --- koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc index 2e04c4e5ea..dd1608553a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -116,7 +116,7 @@ [% END %] [% END %] [% END %] -
  • Category: [% patron.category.description | html %] ([% patron.categorycode | html %])
  • +
  • Category: [% patron.category.description | html %] ([% patron.categorycode | html %])
  • Home library: [% Branches.GetName( patron.branchcode ) | html %]
  • Borrowernumber: [% patron.borrowernumber | html %]
  • Updated on [% patron.updated_on | $KohaDates with_hours => 1 %]
  • -- 2.30.2