koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en auth.tmpl [rel_3_0]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en auth.tmpl [rel_3_0]
Date: Sun, 04 Mar 2007 21:37:24 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Joshua Ferraro <kados>  07/03/04 21:37:24

Modified files:
        koha-tmpl/intranet-tmpl/prog/en: auth.tmpl 

Log message:
        missing div at top

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/auth.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: auth.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/auth.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- auth.tmpl   30 Nov 2006 18:23:51 -0000      1.1.2.1
+++ auth.tmpl   4 Mar 2007 21:37:24 -0000       1.1.2.2
@@ -5,7 +5,7 @@
     <!-- TMPL_IF NAME="invalid_username_or_password" -->Invalid Username or 
Password -- <!-- /TMPL_IF -->
     <!-- TMPL_IF NAME="loginprompt" -->Log in to Koha<!-- /TMPL_IF -->
     <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-
+<div id="login">
 <!-- TMPL_IF NAME="nopermission" -->
 <!-- This is what is displayed if user doesn"t have permission --><h3>Login 
Error</h3>
 <p>Sorry, Koha doesn"t think you have permission for this page.</p>
@@ -33,16 +33,16 @@
 <!-- TMPL_LOOP NAME="INPUTS" -->
     <input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- 
TMPL_VAR NAME="value" -->" />
 <!-- /TMPL_LOOP -->
-
-
-<table>
-       <caption>Log In to Koha</caption>
-    <tr><th scope="row"><label for="userid">Cardnumber:</label></th><td><input 
name="userid" id="userid" /></td></tr>
-    <tr><th scope="row"><label for="password">Password:</label></th><td><input 
type="password" name="password" id="password" /></td></tr>
-    </table>
-<p><input type="submit" value="Submit" /></p>
+<p>
+<label>Username:<br />
+<input type="text" name="userid" id="userid" class="input" value="" size="20" 
tabindex="10" /></label>
+</p>
+<p>
+<label>Password:<br />
+<input type="password" name="password" id="password" class="input" value="" 
size="20" tabindex="20" /></label>
+</p>    
+<p class="submit"><input type="submit" value="Login &raquo;" /></p>
 </form>
 
 <!-- /TMPL_IF -->
-
 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]