mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Add forgotten options in menu
This commit is contained in:
parent
a21d14e162
commit
6544269429
@ -139,11 +139,13 @@ if (check_acl ($config['id_user'], 0, "AR")) {
|
|||||||
$sub["godmode/reporting/map_builder"]["type"] = "direct";
|
$sub["godmode/reporting/map_builder"]["type"] = "direct";
|
||||||
$sub["godmode/reporting/map_builder"]["subtype"] = "nolink";
|
$sub["godmode/reporting/map_builder"]["subtype"] = "nolink";
|
||||||
$layouts = db_get_all_rows_in_table ('tlayout', 'name');
|
$layouts = db_get_all_rows_in_table ('tlayout', 'name');
|
||||||
|
$sub2 = array ();
|
||||||
|
$sub2["godmode/reporting/map_builder"]["text"] = __("List of visual console");
|
||||||
if ($layouts === false) {
|
if ($layouts === false) {
|
||||||
$layouts = array ();
|
$layouts = array ();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$sub2 = array ();
|
|
||||||
$id = (int) get_parameter ('id', -1);
|
$id = (int) get_parameter ('id', -1);
|
||||||
|
|
||||||
$firstLetterNameVisualToShow = array('_', ',', '[', '(');
|
$firstLetterNameVisualToShow = array('_', ',', '[', '(');
|
||||||
@ -186,7 +188,7 @@ if (check_acl ($config['id_user'], 0, "AR")) {
|
|||||||
$sub["gismaps"]["type"] = "direct";
|
$sub["gismaps"]["type"] = "direct";
|
||||||
$sub["gismaps"]["subtype"] = "nolink";
|
$sub["gismaps"]["subtype"] = "nolink";
|
||||||
$sub2 = array ();
|
$sub2 = array ();
|
||||||
|
$sub2["operation/gis_maps/index"]["text"] = __("List of Gis maps");
|
||||||
$gisMaps = db_get_all_rows_in_table ('tgis_map', 'map_name');
|
$gisMaps = db_get_all_rows_in_table ('tgis_map', 'map_name');
|
||||||
if ($gisMaps === false) {
|
if ($gisMaps === false) {
|
||||||
$gisMaps = array ();
|
$gisMaps = array ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user