Bug 16522: (follow-up) MARC display templates and get_marc_host fixes
[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-title">
5                 <label class="control-label">Renew</label>
6             </span>
7
8             <span class="form-content">
9                 <input name="barcode" id="ren_barcode" class="head-searchbox form-control" accesskey="r" type="text" placeholder="Scan a barcode to renew" size="40"/>
10             </span>
11             <button type="submit"><i class="fa fa-arrow-right"></i></button>
12         </form>
13     </div>
14 [% END %]