https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35238
Nick Clemens (kidclamp) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #165150|0 |1 is obsolete| | --- Comment #8 from Nick Clemens (kidclamp) <[email protected]> --- Created attachment 168098 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168098&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> To test: 1) Go to: Tools -> Patron card creator -> Edit printer profile. 2) Right click page and choose "View page source". 3) Locate the part with "Template name". It should read: <span class="label">Template name:</span> Signed-off-by: Riomar Resurreccion <[email protected]> Signed-off-by: Nick Clemens <[email protected]> -- 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/
