Bug 13272: (follow-up) fix concerns from comment #5
authorMark Tompsett <mtompset@hotmail.com>
Wed, 19 Sep 2018 16:48:13 +0000 (16:48 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 1 Oct 2018 11:18:31 +0000 (11:18 +0000)
Correct the two issues I pointed out.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc
koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt

index 8d665d8..8a0efad 100644 (file)
@@ -59,7 +59,7 @@
             <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>
+                    <li><label for="rcomment">Comment:</label> <input type="text" id="rcomment" name="comment" /></li>
                     <li><label for="rexpiration">Expiration:</label> <input name="expiration" id="rexpiration" size="10" value="" class="datepicker" type="text" />
                         <a href="#" class="clear-date" id="clear-date-rexpiration">Clear date</a></li>
                 </ol>
index afbacf3..68ed8a6 100644 (file)
 
        <li>
         <label for="to">Hold expires on date:</label>
-        <input name="expiration_date" id="to" size="10" class="datepickerto" / type="text" >
+        <input name="expiration_date" id="to" size="10" class="datepickerto" type="text" />
         <a href="#" id="clear-date-to" class="clear-date">Clear date</a>
        </li>