Change Group List to Groups.
This commit is contained in:
parent
8cdc4c7748
commit
4b935556a4
|
|
@ -45,7 +45,7 @@ require_once "includes/require.php";
|
||||||
echo "<td>";
|
echo "<td>";
|
||||||
|
|
||||||
echo "<table width='100%' border='0'><tr>";
|
echo "<table width='100%' border='0'><tr>";
|
||||||
echo "<td width='50%'><b>Group List</b></td>";
|
echo "<td width='50%'><b>Groups</b></td>";
|
||||||
echo "<td width='50%' align='right'>";
|
echo "<td width='50%' align='right'>";
|
||||||
if (permission_exists('user_view')) {
|
if (permission_exists('user_view')) {
|
||||||
echo " <input type='button' class='btn' onclick=\"window.location='index.php'\" value='User Manager'>";
|
echo " <input type='button' class='btn' onclick=\"window.location='index.php'\" value='User Manager'>";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue