Make WordPress Core


Ignore:
Timestamp:
02/14/2008 08:15:36 PM (18 years ago)
Author:
ryan
Message:

Manage Users styling updates

File:
1 edited

Legend:

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

    r6776 r6852  
    293293<tr class="thead">
    294294    <th><input type="checkbox" onclick="checkAllUsers('<?php echo $role; ?>')"/> </th>
    295     <th><?php _e('ID') ?></th>
    296295    <th><?php _e('Username') ?></th>
    297296    <th><?php _e('Name') ?></th>
    298297    <th><?php _e('E-mail') ?></th>
    299298    <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>
    302300</tr>
    303301</tbody>
     
    357355<div id="ajax-response"></div>
    358356
    359 <div class="narrow">
    360 
    361357<?php
    362358    if ( get_option('users_can_register') )
     
    367363<form action="#add-new-user" method="post" name="adduser" id="adduser" class="add:user-list:">
    368364<?php wp_nonce_field('add-user') ?>
    369 <table class="editform" width="100%" cellspacing="2" cellpadding="5">
     365<table class="niceblue">
    370366    <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>
    373369    </tr>
    374370    <tr class="form-field">
     
    422418
    423419</div>
    424 </div>
    425420
    426421<?php
Note: See TracChangeset for help on using the changeset viewer.