Bug 30952: Move search bar below navbar and reduce navbar height
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / renew-search-box.inc
1 [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
2     <div id="renew_search" class="residentsearch">
3         <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
4             <span class="form-content">
5                 <input name="barcode" id="ren_barcode" class="head-searchbox form-control" accesskey="r" type="text" placeholder="Scan a barcode to renew" size="40"/>
6             </span>
7             <button type="submit"><i class="fa fa-arrow-right"></i></button>
8         </form>
9     </div>
10 [% END %]