Fix users table formatting. Props Potter_System and markjaquith. fixes #5784

git-svn-id: https://develop.svn.wordpress.org/trunk@6776 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-10 07:28:14 +00:00
parent 347f594c9f
commit 45ded6c49a
2 changed files with 4 additions and 2 deletions

View File

@@ -291,12 +291,13 @@ foreach($roleclasses as $role => $roleclass) {
<?php endif; ?>
</tr>
<tr class="thead">
<th><input type="checkbox" onclick="checkAllUsers('<?php echo $role; ?>')"/></th>
<th><input type="checkbox" onclick="checkAllUsers('<?php echo $role; ?>')"/> </th>
<th><?php _e('ID') ?></th>
<th><?php _e('Username') ?></th>
<th><?php _e('Name') ?></th>
<th><?php _e('E-mail') ?></th>
<th><?php _e('Website') ?></th>
<th><?php _e('Posts created') ?></th>
<th colspan="2" style="text-align: center"><?php _e('Actions') ?></th>
</tr>
</tbody>