View | Details | Raw Unified | Return to bug 40903
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-2 / +1 lines)
Lines 32-38 Link Here
32
</head>
32
</head>
33
[% INCLUDE 'bodytag.inc' bodyid='advsearch' bodyclass='scrollto' %]
33
[% INCLUDE 'bodytag.inc' bodyid='advsearch' bodyclass='scrollto' %]
34
[% INCLUDE 'masthead.inc' %]
34
[% INCLUDE 'masthead.inc' %]
35
[% SET AllPublicBranches = Branches.all(  search_params => { public => 1 } ) %]
35
[% SET AllPublicBranches = Branches.all( selected => opac_name, search_params => { public => 1 } ) %]
36
36
37
<form id="advsearch_form" action="/cgi-bin/koha/opac-search.pl" method="get">
37
<form id="advsearch_form" action="/cgi-bin/koha/opac-search.pl" method="get">
38
    <input type="hidden" name="advsearch" value="1" />
38
    <input type="hidden" name="advsearch" value="1" />
39
- 

Return to bug 40903