Lines 370-379
Link Here
|
370 |
<p> |
370 |
<p> |
371 |
<input class="btn btn-success" type="submit" accesskey="s" name="do" title="Search" value="Search" /> |
371 |
<input class="btn btn-success" type="submit" accesskey="s" name="do" title="Search" value="Search" /> |
372 |
|
372 |
|
373 |
[% IF expanded_options %] |
373 |
[% IF OpacAdvSearchMoreOptions.size > 0 %] |
374 |
<a href="/cgi-bin/koha/opac-search.pl?expanded_options=0" class="btn btn-default more-less-options">Fewer options</a> |
374 |
[% IF expanded_options %] |
375 |
[% ELSIF not expanded_options %] |
375 |
<a href="/cgi-bin/koha/opac-search.pl?expanded_options=0" class="btn btn-default more-less-options">Fewer options</a> |
376 |
<a href="/cgi-bin/koha/opac-search.pl?expanded_options=1" class="btn btn-default more-less-options">More options</a> |
376 |
[% ELSIF not expanded_options %] |
|
|
377 |
<a href="/cgi-bin/koha/opac-search.pl?expanded_options=1" class="btn btn-default more-less-options">More options</a> |
378 |
[% END %] |
377 |
[% END %] |
379 |
[% END %] |
378 |
|
380 |
|
379 |
<a href="/cgi-bin/koha/opac-search.pl?do=Clear" class="btn btn-default new-search">New search</a> |
381 |
<a href="/cgi-bin/koha/opac-search.pl?do=Clear" class="btn btn-default new-search">New search</a> |
380 |
- |
|
|