Bug 30952: Header search - move tabs to the right (and other tweaks)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / checkin-search-box.inc
1 [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
2     <div id="checkin_search" class="residentsearch">
3         <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
4             <span class="form-title">
5                 <label class="control-label">Check in</label>
6             </span>
7
8             <span class="form-content">
9                 <input name="barcode" id="ret_barcode" class="head-searchbox form-control" accesskey="r" type="text" placeholder="Scan a barcode to check in" size="40"/>
10             </span>
11             <button type="submit"><i class="fa fa-arrow-right"></i></button>
12         </form>
13     </div>
14 [% END %]