Catalogue => Search in staff home page
Changed to match similar change in the menu bar. Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
6a0a4e3900
commit
1d0b5a092d
1 changed files with 2 additions and 2 deletions
|
@ -79,13 +79,13 @@
|
|||
</ul>
|
||||
<!-- /TMPL_IF -->
|
||||
<!-- TMPL_IF NAME="CAN_user_catalogue" -->
|
||||
<h3><a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a></h3>
|
||||
<h3><a href="/cgi-bin/koha/catalogue/search.pl">Search</a></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">
|
||||
<input type="hidden" name="idx" value="" />
|
||||
<label for="navkeyword">
|
||||
Search:
|
||||
Search catalogue:
|
||||
</label><input type="text" id="navkeyword" name="q" size="10" accesskey="s" />
|
||||
<input type="submit" value=" OK " class="submit" />
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue