https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35238
Bug ID: 35238
Summary: Incorrect label markup in patron card creator printer
profile edit form
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Keywords: Academy, accessibility
Severity: minor
Priority: P5 - low
Component: Templates
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Tools -> Patron card creator -> Edit printer profile:
[% IF ( label_template ) %]
<label for="template_name">Template name:</label>
[% label_template | html %]
[% ELSE %]
<span class="label">Template name:</span> Profile unassigned
[% END %]
The label for "template_name" doesn't match any form field, so it should be a
span with "label" class.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/