Catalogue => Search in staff home page
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 26 Mar 2008 13:15:44 +0000 (08:15 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 1 Apr 2008 11:44:10 +0000 (06:44 -0500)
Changed to match similar change in the menu
bar.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tmpl

index 7db85ce..1b2e719 100644 (file)
     </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>