|
@@ -20,7 +20,7 @@
|
|
|
|
|
|
//menu details
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Account Settings";
|
|
|
- $apps[$x]['menu'][0]['title']['es-cl'] = "Config. de Cuenta";
|
|
|
+ $apps[$x]['menu'][0]['title']['es-cl'] = "Config de Cuenta";
|
|
|
$apps[$x]['menu'][0]['title']['de-de'] = "";
|
|
|
$apps[$x]['menu'][0]['title']['de-ch'] = "";
|
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "";
|
|
@@ -37,6 +37,24 @@
|
|
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
|
|
+ $apps[$x]['menu'][1]['title']['en-us'] = "User Dashboard";
|
|
|
+ $apps[$x]['menu'][1]['title']['es-cl'] = "Dashboard Usuario";
|
|
|
+ $apps[$x]['menu'][1]['title']['de-de'] = "";
|
|
|
+ $apps[$x]['menu'][1]['title']['de-ch'] = "";
|
|
|
+ $apps[$x]['menu'][1]['title']['de-at'] = "";
|
|
|
+ $apps[$x]['menu'][1]['title']['fr-fr'] = "Tableau de bord de l'utilisateur";
|
|
|
+ $apps[$x]['menu'][1]['title']['fr-ca'] = "";
|
|
|
+ $apps[$x]['menu'][1]['title']['fr-ch'] = "";
|
|
|
+ $apps[$x]['menu'][1]['title']['pt-pt'] = "Painel de Controle do Usuário";
|
|
|
+ $apps[$x]['menu'][1]['title']['pt-br'] = "";
|
|
|
+ $apps[$x]['menu'][1]['uuid'] = "92c8ffdb-3c82-4f08-aec0-82421ec41bb5";
|
|
|
+ $apps[$x]['menu'][1]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
|
|
+ $apps[$x]['menu'][1]['category'] = "internal";
|
|
|
+ $apps[$x]['menu'][1]['path'] = "/core/user_settings/user_dashboard.php";
|
|
|
+ $apps[$x]['menu'][0]['groups'][] = "user";
|
|
|
+ $apps[$x]['menu'][0]['groups'][] = "admin";
|
|
|
+ $apps[$x]['menu'][1]['groups'][] = "superadmin";
|
|
|
+
|
|
|
//permission details
|
|
|
$apps[$x]['permissions'][0]['name'] = "user_account_setting_view";
|
|
|
$apps[$x]['permissions'][0]['menu']['uuid'] = "4d532f0b-c206-c39d-ff33-fc67d668fb69";
|