mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update menu for the user profile
This commit is contained in:
@@ -33,8 +33,8 @@ $y=0;
|
|||||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||||
$y++;
|
$y++;
|
||||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Account Settings";
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Account Profile";
|
||||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Account Settings";
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Account Profile";
|
||||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "إعدادات الحساب";
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "إعدادات الحساب";
|
||||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Kontoeinstellungen";
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Kontoeinstellungen";
|
||||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Config de Cuenta";
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Config de Cuenta";
|
||||||
@@ -59,12 +59,10 @@ $y=0;
|
|||||||
$apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
$apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||||
$apps[$x]['menu'][$y]['icon'] = "";
|
$apps[$x]['menu'][$y]['icon'] = "";
|
||||||
$apps[$x]['menu'][$y]['path'] = "/core/users/user_edit.php?id=user";
|
$apps[$x]['menu'][$y]['path'] = "/core/users/user_profile.php";
|
||||||
$apps[$x]['menu'][$y]['order'] = "";
|
$apps[$x]['menu'][$y]['order'] = "";
|
||||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||||
$apps[$x]['menu'][$y]['groups'][] = "agent";
|
$apps[$x]['menu'][$y]['groups'][] = "agent";
|
||||||
$y++;
|
$y++;
|
||||||
|
|
||||||
?>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user