[Bug 13272] Many inputs lack a type attribute
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13272 --- Comment #5 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 79018 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79018 Bug 13272: Adds type="text" to inputs missing it Review of attachment 79018: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13272&attachment=79018) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc @@ +59,4 @@
<fieldset class="rows" id="manual_restriction_form"> <legend>Add manual restriction</legend> <ol> + <li><label for="rcomment">Comment:</label> <input type="text" id="rcomment" name="comment" type="text" /></li>
Oops... duplicate type. ::: koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ +225,5 @@
[% END %]
<li> <label for="to">Hold expires on date:</label> + <input name="expiration_date" id="to" size="10" class="datepickerto" / type="text" >
Oops... type="text" /> -- Though I don't think it is necessary (HTML5 vs XML thing, I believe) -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org