https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13272

--- Comment #5 from M. Tompsett <mtomp...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to