Skip to content
Snippets Groups Projects
Commit 76c22677 authored by Nathan Febuary's avatar Nathan Febuary Committed by Jared Hancock
Browse files

Add room for users status.

parent 63c733e6
Branches
Tags
No related merge requests found
......@@ -150,9 +150,9 @@ else
<thead>
<tr>
<th nowrap width="4%">&nbsp;</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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment