[% USE raw %]
[% USE Koha %]
[% 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_catalogue ) %]
[% INCLUDE 'catalogue-search-box.inc' %]
[% END %]
[% END # /tab_panels %]
[% 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_catalogue ) %]
[% WRAPPER tab_item tabname= "catalog_search" %]
Search catalog
[% END %]
[% END %]
[% END # /tabs_nav %]
[% END # /WRAPPER tabs %]