Bug 30952: Header search - move tabs to the right (and other tweaks)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / letters-search.inc
1 [% USE Koha %]
2
3 <div id="header_search">
4     <div id="notices_search" class="residentsearch">
5         <form action="/cgi-bin/koha/tools/letter.pl" method="post">
6             <span class="form-title">
7                 <label class="control-label">Search notices</label>
8             </span>
9
10             <span class="form-content">
11                 <input class="head-searchbox form-control" type="text" name="searchfield" id="searchfield" value="" placeholder="Search existing notices"/>
12             </span>
13
14             <button type="submit"><i class="fa fa-arrow-right"></i></button>
15         </form>
16     </div>
17
18     [% INCLUDE 'patron-search-box.inc' %]
19
20     [% INCLUDE 'catalogue-search-box.inc' %]
21
22     <ul>
23         <li><a title="Search notices" href="#notices_search" class="keep_text"><i class="fa fa-commenting-o"></i> Search notices</a></li>
24         [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" href="#circ_search" class="keep_text"><i class="fa fa-upload"></i> Check out</a></li>[% END %]
25         [% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" href="#catalog_search" class="keep_text"><i class="fa fa-fw fa-search"></i> Search catalog</a></li>[% END %]
26     </ul>
27 </div>
28 <!-- End Notices Resident Search Box -->