Owen Leonard
248544e292
This patch updates search header includes so that the tabs use WRAPPER to build markup. To test, apply the patch rebuild the staff interface CSS. Test at least one page which uses each updated search include. Search header tabs should look correct and work correctly. - Acquisitions - Suggestions - Administration - Budgets and funds - Cities - Currencies - Desks - Patron categories - System preferences - Z39.50 - Advanced search - Authorities - Bibliographic detail page - Cataloging home page - Check in - Check out - Acquisitions -> Vendor -> Contracts - ERM - Staff interface home page - Serials - Tool -> Notices Signed-off-by: Martin AUBEUT <martin.aubeut@gmail.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
35 lines
1.6 KiB
HTML
35 lines
1.6 KiB
HTML
[% USE raw %]
|
|
[% PROCESS 'html_helpers.inc' %]
|
|
<!-- adv-search.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 %]
|
|
<i class="fa fa-fw fa-upload" aria-hidden="true"></i> <span class="tab-title">Check out</span></a>
|
|
[% END %]
|
|
[% WRAPPER tab_item tabname= "checkin_search" %]
|
|
<i class="fa fa-fw fa-download" aria-hidden="true"></i> <span class="tab-title">Check in</span></a>
|
|
[% END %]
|
|
[% WRAPPER tab_item tabname= "renew_search" %]
|
|
<i class="fa fa-fw fa-retweet" aria-hidden="true"></i> <span class="tab-title">Renew</span></a>
|
|
[% END %]
|
|
[% END %]
|
|
[% IF ( CAN_user_borrowers_edit_borrowers ) %]
|
|
[% WRAPPER tab_item tabname= "patron_search" %]
|
|
<i class="fa fa-fw fa-id-card" aria-hidden="true"></i> <span class="tab-title">Search patrons</span></a>
|
|
[% END %]
|
|
[% END %]
|
|
[% END # /WRAPPER tabs_nav %]
|
|
[% END # /WRAPPER tabs %]
|
|
<!-- adv-search.inc -->
|