Add a new fax user group

This commit is contained in:
markjcrane
2023-05-22 10:45:01 -06:00
parent 54ce2b15c8
commit c045bb4705
5 changed files with 29 additions and 0 deletions
+3
View File
@@ -65,6 +65,7 @@
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "agent";
$apps[$x]['menu'][$y]['groups'][] = "fax";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Accounts";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Accounts";
@@ -130,6 +131,7 @@
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "agent";
$apps[$x]['menu'][$y]['groups'][] = "fax";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "Status";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Status";
@@ -258,6 +260,7 @@
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "agent";
$apps[$x]['menu'][$y]['groups'][] = "fax";
$y++;
?>