https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221 --- Comment #52 from Owen Leonard <oleonard@myacpl.org> --- This has some interface issues that require follow-ups: - We don't use an asterisk to denote required fields. In the OPAC you should add a hint after the form field: <div class="required_label required">Required</div> - The dropdown menus don't look right. There's no dropdown indicator (a down arrow). It wasn't immediately obvious to me why not! - Can we add client-side form validation? Or at least 'required="required"' to trigger the browser's built-in validation? - Error messages should be styled like error messages, using a div with the classes "alert alert-warning" - Capitalization rules should be followed, e.g. "Please Note" should be "Please note" - Do we need both the heading "New interlibrary loan request" and the heading "Create a manual ILL request"? -- You are receiving this mail because: You are watching all bug changes.