@@ -, +, @@ - Start the process of placing a hold. - If you have any patron clubs defined, there should be two tabs: Patrons and Clubs. Both should look correct and work correctly. - If you have no patron clubs you should see only the Patrons tab. --- .../prog/en/modules/reserve/request.tt | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -227,21 +227,23 @@

Search patrons

[% END %] [% END %] -
- -
-
+ [% END # /WRAPPER tabs_nav %] + + [% WRAPPER tab_panels %] + [% WRAPPER tab_panel tabname="holds_patronsearch_pane" bt_active= 1 %] [% PROCESS patron_search_filters_simple %] [% PROCESS patron_search_table table_id => 'table_borrowers', open_on_row_click => 1 %] -
+ [% END # /tab_panel# %] [% IF clubcount %] -
+ [% WRAPPER tab_panel tabname="holds_clubsearch_pane" %]
Enter club ID or partial name:
@@ -254,10 +256,10 @@ [% IF clubs %] [% INCLUDE 'clubs-table.inc' destination = "holds" %] [% END %] -
- [% END %] -
-
+ [% END # /tab_panel# %] + [% END # /IF clubcount %] + [% END # /WRAPPER tab_panels %] + [% END # /WRAPPER tabs %] [% ELSIF club %]
--