f43558f539
What this patch does: - change the navigation bar style - change the breadcrumbs style - change the "last borrower" link style - move the search bar inside the navigation bar - move the help link to the same row as the breadcrumbs Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
15 lines
1 KiB
HTML
15 lines
1 KiB
HTML
<div id="header_search" class="navbar-form navbar-left">
|
|
[% INCLUDE 'member-search-box.inc' %]
|
|
[% INCLUDE 'patron-search-box.inc' %]
|
|
[% INCLUDE 'checkin-search-box.inc' %]
|
|
[% INCLUDE 'renew-search-box.inc' %]
|
|
[% INCLUDE 'catalogue-search-box.inc' %]
|
|
|
|
<ul>
|
|
<li><a title="Search patrons" href="#patron_search"><i class="fa fa-fw fa-id-card-o"></i></a></li>
|
|
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check out" href="#circ_search"><i class="fa fa-upload"></i></a></li>[% END %]
|
|
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Check in" href="#checkin_search"><i class="fa fa-download"></i></a></li>[% END %]
|
|
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a title="Renew" href="#renew_search"><i class="fa fa-retweet"></i></a></li>[% END %]
|
|
[% IF ( CAN_user_catalogue ) %]<li><a title="Search catalog" href="#catalog_search"><i class="fa fa-fw fa-search"></i></a></li>[% END %]
|
|
</ul>
|
|
</div><!-- /header_search -->
|