Lines 359-368
Link Here
|
359 |
<p> |
359 |
<p> |
360 |
<input class="btn btn-success" type="submit" accesskey="s" name="do" title="Search" value="Search" /> |
360 |
<input class="btn btn-success" type="submit" accesskey="s" name="do" title="Search" value="Search" /> |
361 |
|
361 |
|
362 |
[% IF expanded_options %] |
362 |
[% IF OpacAdvSearchMoreOptions.size > 0 %] |
363 |
<a href="/cgi-bin/koha/opac-search.pl?expanded_options=0" class="btn btn-default more-less-options">Fewer options</a> |
363 |
[% IF expanded_options %] |
364 |
[% ELSIF not expanded_options %] |
364 |
<a href="/cgi-bin/koha/opac-search.pl?expanded_options=0" class="btn btn-default more-less-options">Fewer options</a> |
365 |
<a href="/cgi-bin/koha/opac-search.pl?expanded_options=1" class="btn btn-default more-less-options">More options</a> |
365 |
[% ELSIF not expanded_options %] |
|
|
366 |
<a href="/cgi-bin/koha/opac-search.pl?expanded_options=1" class="btn btn-default more-less-options">More options</a> |
367 |
[% END %] |
366 |
[% END %] |
368 |
[% END %] |
367 |
|
369 |
|
368 |
<a href="/cgi-bin/koha/opac-search.pl?do=Clear" class="btn btn-default new-search">New search</a> |
370 |
<a href="/cgi-bin/koha/opac-search.pl?do=Clear" class="btn btn-default new-search">New search</a> |
369 |
- |
|
|