Make WordPress Core

Changeset 328


Ignore:
Timestamp:
08/21/2003 05:25:48 PM (22 years ago)
Author:
saxmatt
Message:

New CSS name, tab order fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2login.php

    r285 r328  
    170170    <title>WordPress > Lost password ?</title>
    171171    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    172     <link rel="stylesheet" href="<?php echo $siteurl; ?>/wp-admin/b2.css" type="text/css" />
     172    <link rel="stylesheet" href="<?php echo $siteurl; ?>/wp-admin/wp-admin.css" type="text/css" />
    173173    <script type="text/javascript">
    174174    function focusit() {
     
    267267    <title>WordPress > <?php bloginfo('name') ?> > Login form</title>
    268268    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    269     <link rel="stylesheet" href="<?php echo $siteurl; ?>/wp-admin/b2.css" type="text/css" />
     269    <link rel="stylesheet" href="<?php echo $siteurl; ?>/wp-admin/wp-admin.css" type="text/css" />
    270270    <script type="text/javascript">
    271271    function focusit() {
     
    302302    <label>Login: <input type="text" name="log" id="log" value="" size="20" tabindex="1" /></label><br />
    303303    <label>Password: <input type="password" name="pwd" value="" size="20" tabindex="2" /></label><br />
    304     <input type="submit" name="Submit2" value="OK" class="search" />
     304    <input type="submit" name="Submit2" value="OK" class="search" tabindex="3" />
    305305</form>
    306306
Note: See TracChangeset for help on using the changeset viewer.