Update menu for the user profile

This commit is contained in:
FusionPBX
2025-09-22 17:36:38 -06:00
committed by GitHub
parent 57ca3de53b
commit dddf991e2d

View File

@@ -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++;
?>