mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 20:24:26 +00:00
Make checkbox column narrow
git-svn-id: https://develop.svn.wordpress.org/trunk@6936 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -325,7 +325,7 @@ unset($role_links);
|
||||
<table class="widefat">
|
||||
<tbody>
|
||||
<tr class="thead">
|
||||
<th><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /> </th>
|
||||
<th scope="col" class="check-column"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /> </th>
|
||||
<th><?php _e('Username') ?></th>
|
||||
<th><?php _e('Name') ?></th>
|
||||
<th><?php _e('E-mail') ?></th>
|
||||
|
||||
Reference in New Issue
Block a user