New CSS name, tab order fix.
git-svn-id: http://svn.automattic.com/wordpress/trunk@328 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8253ceecd9
commit
84e4f844e6
|
@ -169,7 +169,7 @@ case 'lostpassword':
|
||||||
<head>
|
<head>
|
||||||
<title>WordPress > Lost password ?</title>
|
<title>WordPress > Lost password ?</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<link rel="stylesheet" href="<?php echo $siteurl; ?>/wp-admin/b2.css" type="text/css" />
|
<link rel="stylesheet" href="<?php echo $siteurl; ?>/wp-admin/wp-admin.css" type="text/css" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function focusit() {
|
function focusit() {
|
||||||
// focus on first input field
|
// focus on first input field
|
||||||
|
@ -266,7 +266,7 @@ default:
|
||||||
<head>
|
<head>
|
||||||
<title>WordPress > <?php bloginfo('name') ?> > Login form</title>
|
<title>WordPress > <?php bloginfo('name') ?> > Login form</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<link rel="stylesheet" href="<?php echo $siteurl; ?>/wp-admin/b2.css" type="text/css" />
|
<link rel="stylesheet" href="<?php echo $siteurl; ?>/wp-admin/wp-admin.css" type="text/css" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function focusit() {
|
function focusit() {
|
||||||
// focus on first input field
|
// focus on first input field
|
||||||
|
@ -301,7 +301,7 @@ if ($error) echo "<div align=\"right\" style=\"padding:4px;\"><font color=\"#FF0
|
||||||
<input type="hidden" name="action" value="login" />
|
<input type="hidden" name="action" value="login" />
|
||||||
<label>Login: <input type="text" name="log" id="log" value="" size="20" tabindex="1" /></label><br />
|
<label>Login: <input type="text" name="log" id="log" value="" size="20" tabindex="1" /></label><br />
|
||||||
<label>Password: <input type="password" name="pwd" value="" size="20" tabindex="2" /></label><br />
|
<label>Password: <input type="password" name="pwd" value="" size="20" tabindex="2" /></label><br />
|
||||||
<input type="submit" name="Submit2" value="OK" class="search" />
|
<input type="submit" name="Submit2" value="OK" class="search" tabindex="3" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue