fixed typo in MARC framework test: "Codek" => "Code"
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / intranet-main.tmpl
index 766e485..1b2e719 100644 (file)
        
        <div class="yui-u">
        <!-- TMPL_IF NAME="CAN_user_circulate" -->
-       <h3><a href="/cgi-bin/koha/circ/circulation.pl">Circulation</a></h3>
+       <h3><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a></h3>
        <ul><li>
        <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
         <label for="navfindborrower">Check out to:</label>
-            <input id="navfindborrower" name="findborrower" type="text" size="10" />
+            <input accesskey="u" id="navfindborrower" name="findborrower" type="text" size="10" />
             <input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->" />
             <input type="hidden" name="printer" value="<!-- TMPL_VAR name="printer" -->" />
             <input type="submit" class="submit" value="OK" />
     </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>