From f87e5edf74849ab023a0fb8b973365939921a8ff 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. --- 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 be02b213ec..c4bba30f13 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc @@ -112,7 +112,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