https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41827
Roman Dolny <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Roman Dolny <[email protected]> --- Not sure, but there is probably one mistake with "label for" and nearest "id" in auth_subfields_structure.tt, line ~144: <div class="fg-row"> <div class="fg-label"> <label for="tagsubfieldinput[% loo.row | html %]">Subfield code: </label> </div> <div class="fg-input"> <input type="text" name="tagsubfield" value="[% loo.tagsubfield | html %]" size="1" id="tagsubfield" maxlength="1" /> </div> </div> It is not introduced by this patch (is now in code) but maybe it's opportunity to fix it? -- 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/
