mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
New CSS name, tab order fix.
git-svn-id: https://develop.svn.wordpress.org/trunk@328 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4f5bed2be4
commit
20391011a7
@ -169,7 +169,7 @@ case 'lostpassword':
|
||||
<head>
|
||||
<title>WordPress > Lost password ?</title>
|
||||
<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">
|
||||
function focusit() {
|
||||
// focus on first input field
|
||||
@ -266,7 +266,7 @@ default:
|
||||
<head>
|
||||
<title>WordPress > <?php bloginfo('name') ?> > Login form</title>
|
||||
<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">
|
||||
function focusit() {
|
||||
// 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" />
|
||||
<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 />
|
||||
<input type="submit" name="Submit2" value="OK" class="search" />
|
||||
<input type="submit" name="Submit2" value="OK" class="search" tabindex="3" />
|
||||
</form>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user