[% USE raw %]
[% PROCESS 'html_helpers.inc' %]
[% WRAPPER tabs id= "header_search" %]
[% WRAPPER tab_panels %]
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
[% INCLUDE 'patron-search-box.inc' bs_tab_active= 1 %]
[% INCLUDE 'checkin-search-box.inc' %]
[% INCLUDE 'renew-search-box.inc' %]
[% END %]
[% IF ( CAN_user_borrowers_edit_borrowers ) %]
[% INCLUDE 'member-search-box.inc' %]
[% END %]
[% END %]
[% WRAPPER tabs_nav %]
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
[% WRAPPER tab_item tabname= "circ_search" bt_active= 1 %]
Check out
[% END %]
[% WRAPPER tab_item tabname= "checkin_search" %]
Check in
[% END %]
[% WRAPPER tab_item tabname= "renew_search" %]
Renew
[% END %]
[% END %]
[% IF ( CAN_user_borrowers_edit_borrowers ) %]
[% WRAPPER tab_item tabname= "patron_search" %]
Search patrons
[% END %]
[% END %]
[% END # /WRAPPER tabs_nav %]
[% END # /WRAPPER tabs %]