fixed typo in MARC framework test: "Codek" => "Code"
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / intranet-main.tmpl
index a6bd9f1..1b2e719 100644 (file)
@@ -17,7 +17,7 @@
                     <div class="newsitem" id="news<!-- TMPL_VAR NAME="idnew" -->"><h4><!-- TMPL_VAR name="title" --></h4>
                                         <p><!-- TMPL_VAR name="new" --></p>
                                        <p class="newsfooter"> Posted on <!-- TMPL_VAR name="newdate" --> <!-- TMPL_IF NAME="CAN_user_tools" -->
-    <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&id=<!-- TMPL_VAR NAME="idnew" -->">Edit</a> | <a href="/cgi-bin/koha/tools/koha-news.pl?op=del&amp;ids=<!-- TMPL_VAR NAME="idnew" -->">Delete</a> | <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New</a><!-- /TMPL_IF --></p></div>
+    <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form&amp;id=<!-- TMPL_VAR NAME="idnew" -->">Edit</a> | <a href="/cgi-bin/koha/tools/koha-news.pl?op=del&amp;ids=<!-- TMPL_VAR NAME="idnew" -->">Delete</a> | <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">New</a><!-- /TMPL_IF --></p></div>
             <!-- /TMPL_LOOP -->
                </div><!-- /koha-news -->
         <!-- /TMPL_IF -->
        
        <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>