Bug 7987 [SIGNED-OFF] Fix typo in circulation template
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / auth.tt
index cb00ccf..4b547c9 100644 (file)
@@ -8,7 +8,7 @@
 </title>
 [% INCLUDE 'doc-head-close.inc' %]
 </head>
-<body>
+<body id="main_auth" class="main">
 
 <div id="doc" class="yui-t7">
    <div id="bd">
@@ -28,7 +28,7 @@
 [% END %]
 
 [% IF ( wrongip ) %]
-<div id="login_error"><strong>Error: </strong>Independent Branches and Autolocation are switched on and you are logging in with an IP address that doesn't match your branch. </div>
+<div id="login_error"><strong>Error: </strong>IndependentBranches and Autolocation are switched on and you are logging in with an IP address that doesn't match your library. </div>
 [% END %]
 
 [% IF ( invalid_username_or_password ) %]
@@ -52,7 +52,7 @@
 [% IF ( IndependantBranches ) %][% ELSE %]
 <p><label for="branch">Library:</label>
     <select name="branch" id="branch" class="input" tabindex="3">
-    <option value="">My Library</option>
+    <option value="">My library</option>
     [% FOREACH branchloo IN branchloop %]
     <option value="[% branchloo.branchcode %]">[% branchloo.branchname %]</option>
     [% END %]
 
 <!-- <p><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="3" />Remember me</label></p> -->
 
-<p class="submit"><input id="submit" type="submit" value="Login &raquo;" tabindex="4" /></p>
+<p class="submit"><input id="submit" type="submit" value="Login" tabindex="4" /></p>
 </form>
 <!--<ul> -->
-<!--   <li><a href="/cgi-bin/koha/lostpassword.pl" title="Password Lost and Found">Lost your password?</a></li> -->
+<!--   <li><a href="/cgi-bin/koha/lostpassword.pl" title="Password lost and found">Lost your password?</a></li> -->
 <!-- </ul> -->
 
 </div>