Changeset 1233 for trunk/wp-admin/users.php
- Timestamp:
- 05/05/2004 08:27:43 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r1211 r1233 176 176 <th><?php _e('Name') ?></th> 177 177 <th><?php _e('E-mail') ?></th> 178 <th><?php _e(' URI') ?></th>178 <th><?php _e('Website') ?></th> 179 179 <th><?php _e('Level') ?></th> 180 180 <th><?php _e('Posts') ?></th> … … 229 229 <th><?php _e('Name') ?></th> 230 230 <th><?php _e('E-mail') ?></th> 231 <th><?php _e(' URI') ?></th>231 <th><?php _e('Website') ?></th> 232 232 <th><?php _e('Level') ?></th> 233 233 </tr> … … 271 271 <?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')); ?> 272 272 <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') ?> 276 276 <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> 278 278 </tr> 279 279 <tr> … … 286 286 </tr> 287 287 <tr> 288 <th scope="row"><?php _e('E mail') ?></th>288 <th scope="row"><?php _e('E-mail') ?></th> 289 289 <td><input name="email" type="text" id="email" /></td> 290 290 </tr> 291 291 <tr> 292 <th scope="row"><?php _e(' URI') ?></th>292 <th scope="row"><?php _e('Website') ?></th> 293 293 <td><input name="uri" type="text" id="uri" /></td> 294 294 </tr>
Note: See TracChangeset
for help on using the changeset viewer.