Make WordPress Core


Ignore:
Timestamp:
04/15/2004 09:15:56 AM (21 years ago)
Author:
saxmatt
Message:

Interface improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/profile.php

    r957 r1076  
    245245  <table width="99%"  border="0" cellspacing="2" cellpadding="3">
    246246    <tr>
    247       <th width="15%" scope="row">First name:</th>
    248       <td><input type="text" name="newuser_firstname" id="newuser_firstname" value="<?php echo $profiledata->user_firstname ?>" /></td>
     247      <th width="33%" scope="row">First name:</th>
     248      <td width="73%"><input type="text" name="newuser_firstname" id="newuser_firstname" value="<?php echo $profiledata->user_firstname ?>" /></td>
    249249    </tr>
    250250    <tr>
     
    313313    </tr>
    314314  </table>
    315   <p style=" text-align: center;">
    316     <input class="search" type="submit" value="Update" name="submit" /></p>
     315  <p class="submit">
     316    <input type="submit" value="Update &raquo;" name="submit" />
     317  </p>
    317318    </div>
    318319</form>
     
    330331</script>
    331332    <strong>SideBar</strong><br />
    332     Add the <a href="#" onclick="addPanel()">WordPress Sidebar</a>!
     333    Add the <a href="#" onClick="addPanel()">WordPress Sidebar</a>!
    333334    <?php } elseif (($is_winIE) || ($is_macIE)) { ?>
    334335    <strong>SideBar</strong><br />
Note: See TracChangeset for help on using the changeset viewer.