[vhffs-dev] [1208] Fixed a bug in tab order on login page

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1208
Author:   beuss
Date:     2008-05-24 21:16:19 +0200 (Sat, 24 May 2008)

Log Message:
-----------
Fixed a bug in tab order on login page

Modified Paths:
--------------
    trunk/vhffs-panel/templates/main/auth.tmpl


Modified: trunk/vhffs-panel/templates/main/auth.tmpl
===================================================================
--- trunk/vhffs-panel/templates/main/auth.tmpl	2008-05-24 18:31:32 UTC (rev 1207)
+++ trunk/vhffs-panel/templates/main/auth.tmpl	2008-05-24 19:16:19 UTC (rev 1208)
@@ -27,7 +27,7 @@
 						<input type="password" tabindex="2" name="password" id="password" maxlength="32" />
 				</p>
 				<p class="button">
-					<input type="submit" value="<TMPL_VAR ESCAPE=1 NAME="TEXT_LOGIN">" id="login_submit" name="login_submit"/>
+					<input type="submit" tabindex="3" value="<TMPL_VAR ESCAPE=1 NAME="TEXT_LOGIN">" id="login_submit" name="login_submit"/>
 				</p>
 			</form>
 			<div id="sub_opts">


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/