[Koha-bugs] [Bug 35238] New: 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
Thu Nov 2 19:00:13 CET 2023


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: oleonard at myacpl.org
          Reporter: oleonard at myacpl.org
        QA Contact: testopia at bugs.koha-community.org
                CC: testopia at bugs.koha-community.org

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.


More information about the Koha-bugs mailing list