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:
Galen Charlton 2008-03-26 08:15:44 -05:00 committed by Joshua Ferraro
parent 6a0a4e3900
commit 1d0b5a092d

View file

@ -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:&nbsp;
Search catalogue:&nbsp;
</label><input type="text" id="navkeyword" name="q" size="10" accesskey="s" />
<input type="submit" value=" OK " class="submit" />
</form>