mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
User Manager: Changed Groups to Group in column heading.
This commit is contained in:
@@ -150,7 +150,7 @@ echo " <td align=\"center\">\n";
|
||||
|
||||
echo "<tr>\n";
|
||||
echo th_order_by('username', $text['label-username'], $order_by, $order);
|
||||
echo "<th>".$text['label-groups']."</th>\n";
|
||||
echo "<th>".$text['label-group']."</th>\n";
|
||||
echo "<th>".$text['label-enabled']."</th>\n";
|
||||
echo "<td class='list_control_icons'>";
|
||||
if (permission_exists('user_add')) {
|
||||
|
||||
Reference in New Issue
Block a user