Make WordPress Core


Ignore:
Timestamp:
05/05/2004 08:27:43 AM (20 years ago)
Author:
saxmatt
Message:

Some consistancy errors.

File:
1 edited

Legend:

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

    r1211 r1233  
    176176    <th><?php _e('Name') ?></th>
    177177    <th><?php _e('E-mail') ?></th>
    178     <th><?php _e('URI') ?></th>
     178    <th><?php _e('Website') ?></th>
    179179    <th><?php _e('Level') ?></th>
    180180    <th><?php _e('Posts') ?></th>
     
    229229        <th><?php _e('Name') ?></th>
    230230        <th><?php _e('E-mail') ?></th>
    231         <th><?php _e('URI') ?></th>
     231        <th><?php _e('Website') ?></th>
    232232        <th><?php _e('Level') ?></th>
    233233    </tr>
     
    271271<?php printf(__('<p>Users can <a href="%s/wp-register.php">register themselves</a> or you can manually create users here.</p>'), get_settings('siteurl')); ?>
    272272<form action="" method="post" name="adduser" id="adduser">
    273   <table border="0" cellspacing="5" cellpadding="3">
    274     <tr>
    275       <th scope="row"><?php _e('Nickname') ?>
     273  <table class="editform" width="100%" cellspacing="2" cellpadding="5">
     274    <tr>
     275      <th scope="row" width="33%"><?php _e('Nickname') ?>
    276276      <input name="action" type="hidden" id="action" value="adduser" /></th>
    277       <td><input name="user_login" type="text" id="user_login" /></td>
     277      <td width="66%"><input name="user_login" type="text" id="user_login" /></td>
    278278    </tr>
    279279    <tr>
     
    286286    </tr>
    287287    <tr>
    288       <th scope="row"><?php _e('Email') ?></th>
     288      <th scope="row"><?php _e('E-mail') ?></th>
    289289      <td><input name="email" type="text" id="email" /></td>
    290290    </tr>
    291291    <tr>
    292       <th scope="row"><?php _e('URI') ?></th>
     292      <th scope="row"><?php _e('Website') ?></th>
    293293      <td><input name="uri" type="text" id="uri" /></td>
    294294    </tr>
Note: See TracChangeset for help on using the changeset viewer.