Add CDR Statistics to the menu

This commit is contained in:
Mark Crane
2014-05-01 05:20:46 +00:00
parent 52b946f575
commit 9395644def

View File

@@ -20,24 +20,44 @@
$apps[$x]['description']['pt-br'] = "";
//menu details
$apps[$x]['menu'][1]['title']['en-us'] = "Call Detail Records";
$apps[$x]['menu'][1]['title']['es-cl'] = "Registro de detalle de llamada";
$apps[$x]['menu'][1]['title']['es-mx'] = "";
$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'] = "Historiques Appels";
$apps[$x]['menu'][1]['title']['fr-ca'] = "";
$apps[$x]['menu'][1]['title']['fr-ch'] = "";
$apps[$x]['menu'][1]['title']['pt-pt'] = "Detalhes das Gravações de Voz";
$apps[$x]['menu'][1]['title']['pt-br'] = "";
$apps[$x]['menu'][1]['uuid'] = "8f80e71a-31a5-6432-47a0-7f5a7b271f05";
$apps[$x]['menu'][1]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][1]['category'] = "internal";
$apps[$x]['menu'][1]['path'] = "/app/xml_cdr/xml_cdr.php";
$apps[$x]['menu'][1]['groups'][] = "user";
$apps[$x]['menu'][1]['groups'][] = "admin";
$apps[$x]['menu'][1]['groups'][] = "superadmin";
$y = 0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Detail Records";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registro de detalle de llamada";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Historiques Appels";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Detalhes das Gravações de Voz";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['uuid'] = "8f80e71a-31a5-6432-47a0-7f5a7b271f05";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr.php";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['menu'][$y]['title']['en-us'] = "CDR Statistics;
$apps[$x]['menu'][$y]['title']['es-cl'] = "Statistics CDR";
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
$apps[$x]['menu'][$y]['title']['de-de'] = "";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Statistics CDR";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
$apps[$x]['menu'][$y]['title']['fr-ch'] = "";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Statistics CDR";
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
$apps[$x]['menu'][$y]['uuid'] = "032887d2-2315-4e10-b3a2-8989f719c80c";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr_statistics.php";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
//permission details
$y = 0;