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 <barbara.johnson@bedfordtx.gov> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
68b2f29d48
commit
7fd06b8c3a
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
|||
[% END %]
|
||||
[% END %]
|
||||
[% END %]
|
||||
<li class="patroncategory">Category: [% patron.category.description | html %] ([% patron.categorycode | html %])</li>
|
||||
<li class="patroncategory">Category: <span class="patroncategory_description">[% patron.category.description | html %]</span> <span class="patroncategory_code">([% patron.categorycode | html %])</span></li>
|
||||
<li class="patronlibrary">Home library: [% Branches.GetName( patron.branchcode ) | html %]</li>
|
||||
<li class="patronborrowernumber">Borrowernumber: [% patron.borrowernumber | html %]</li>
|
||||
<li><span class="patronupdatedon">Updated on [% patron.updated_on | $KohaDates with_hours => 1 %]</span></li>
|
||||
|
|
Loading…
Reference in a new issue