diff --git a/include/staff/users.inc.php b/include/staff/users.inc.php index 48eeba71be6efad9cf6e9405eea49b6073fa8b36..f948114d0fca412bae344b9410df3a235a92088c 100644 --- a/include/staff/users.inc.php +++ b/include/staff/users.inc.php @@ -150,9 +150,9 @@ else <thead> <tr> <th nowrap width="4%"> </th> - <th width="45%"><a <?php echo $name_sort; ?> href="users.php?<?php + <th><a <?php echo $name_sort; ?> href="users.php?<?php echo $qstr; ?>&sort=name"><?php echo __('Name'); ?></a></th> - <th width="11%"><a <?php echo $status_sort; ?> href="users.php?<?php + <th width="22%"><a <?php echo $status_sort; ?> href="users.php?<?php echo $qstr; ?>&sort=status"><?php echo __('Status'); ?></a></th> <th width="20%"><a <?php echo $create_sort; ?> href="users.php?<?php echo $qstr; ?>&sort=create"><?php echo __('Created'); ?></a></th>