https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17956 --- Comment #7 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 59907 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=59907 Bug 17956 - Added new onboarding tool template named onboardingstep6.tt Review of attachment 59907: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17956&attachment=59907) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt @@ +22,5 @@
+ <input type="hidden" name="step" value="6"/> + <h1 align="left"> Does your institution use SIP, or LDAP? </h1> + <div> + <input type="radio" name="service" value="LDAP"> LDAP <br> + <input type="radio" name="service" value="SIP"> SIP <br>
Perhaps you actually want instead of the space before the LDAP and SIP? I was thinking perhaps some sort of grouping? https://www.w3.org/WAI/tutorials/forms/grouping/#radio-buttons @@ +26,5 @@
+ <input type="radio" name="service" value="SIP"> SIP <br> + </div> + <input type="submit" class="action" value="Submit"> + </form> +[% END %]
Where is the closing div for id="checkbox"? -- You are receiving this mail because: You are watching all bug changes.