http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9533
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #3 from Owen Leonard <[email protected]> --- This works correctly but there is one small problem with the markup: The checkbox needs to work when you click on the accompanying text. Here's the markup I recommend: <fieldset class="rows"> <legend>Use default values</legend> <ol class="radio"> <li> <label> <input type="checkbox" name="use_default_values" id="use_default_values" /> Populate fields with default values from default framework</label> </li> </ol> </fieldset> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
