Fix for Bug 3665, adding another submit button as in OPAC
This is the only change proposed in Bug 3665 which hasn't already been implemented by someone else. It adds a submit button under the first section of the advanced search page just like the OPAC advanced search has. Signed-off-by: Nicole Engard <nengard@bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
0185ea6e9a
commit
d1f74c852b
1 changed files with 11 additions and 0 deletions
|
@ -82,6 +82,17 @@
|
|||
</fieldset>
|
||||
<!-- /BOOLEAN SEARCH OPTIONS -->
|
||||
|
||||
<!-- SEARCH BUTTONS -->
|
||||
<p><input class="submit" type="submit" accesskey="s" value="Search" />
|
||||
<!-- TMPL_IF NAME="expanded_options" -->
|
||||
<a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=0">[Fewer Options]</a>
|
||||
<!-- TMPL_ELSE -->
|
||||
<a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=1">[More options]</a>
|
||||
<!-- /TMPL_IF -->
|
||||
<a href="/cgi-bin/koha/catalogue/search.pl?do=Clear">[New search]</a>
|
||||
</p>
|
||||
<!-- /SEARCH BUTTONS -->
|
||||
|
||||
<div id="itemtypelist">
|
||||
<!-- ITEMTYPE LIMITS -->
|
||||
<fieldset>
|
||||
|
|
Loading…
Reference in a new issue