[Koha-bugs] [Bug 35238] Incorrect label markup in patron card creator printer profile edit form

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 5 13:51:45 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35238

--- Comment #1 from Eugene Espinoza <eugenegf at yahoo.com> ---
Created attachment 159577
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159577&action=edit
Bug 35238: Incorrect label markup in patron card creator printer profile edit
form

HTML element for Template name is changed from 'label for "template_name"' to
'span with "label" class'.

So from:
<label for="template_name">Template name:</label>
It should now be:
<span class="label">Template name:</span>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list