Changeset 6852 for trunk/wp-admin/users.php
- Timestamp:
- 02/14/2008 08:15:36 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/users.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r6776 r6852 293 293 <tr class="thead"> 294 294 <th><input type="checkbox" onclick="checkAllUsers('<?php echo $role; ?>')"/> </th> 295 <th><?php _e('ID') ?></th>296 295 <th><?php _e('Username') ?></th> 297 296 <th><?php _e('Name') ?></th> 298 297 <th><?php _e('E-mail') ?></th> 299 298 <th><?php _e('Website') ?></th> 300 <th><?php _e('Posts created') ?></th> 301 <th colspan="2" style="text-align: center"><?php _e('Actions') ?></th> 299 <th><?php _e('Posts') ?></th> 302 300 </tr> 303 301 </tbody> … … 357 355 <div id="ajax-response"></div> 358 356 359 <div class="narrow">360 361 357 <?php 362 358 if ( get_option('users_can_register') ) … … 367 363 <form action="#add-new-user" method="post" name="adduser" id="adduser" class="add:user-list:"> 368 364 <?php wp_nonce_field('add-user') ?> 369 <table class=" editform" width="100%" cellspacing="2" cellpadding="5">365 <table class="niceblue"> 370 366 <tr class="form-field form-required"> 371 <th scope="row" width="33%"><?php _e('Username (required)') ?><input name="action" type="hidden" id="action" value="adduser" /></th>372 <td width="66%"><input name="user_login" type="text" id="user_login" value="<?php echo $new_user_login; ?>" /></td>367 <th scope="row"><?php _e('Username (required)') ?><input name="action" type="hidden" id="action" value="adduser" /></th> 368 <td ><input name="user_login" type="text" id="user_login" value="<?php echo $new_user_login; ?>" /></td> 373 369 </tr> 374 370 <tr class="form-field"> … … 422 418 423 419 </div> 424 </div>425 420 426 421 <?php
Note: See TracChangeset
for help on using the changeset viewer.