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"]["subtype"] = "nolink";
|
||||
$layouts = db_get_all_rows_in_table ('tlayout', 'name');
|
||||
$sub2 = array ();
|
||||
$sub2["godmode/reporting/map_builder"]["text"] = __("List of visual console");
|
||||
if ($layouts === false) {
|
||||
$layouts = array ();
|
||||
}
|
||||
else{
|
||||
$sub2 = array ();
|
||||
|
||||
$id = (int) get_parameter ('id', -1);
|
||||
|
||||
$firstLetterNameVisualToShow = array('_', ',', '[', '(');
|
||||
|
@ -186,7 +188,7 @@ if (check_acl ($config['id_user'], 0, "AR")) {
|
|||
$sub["gismaps"]["type"] = "direct";
|
||||
$sub["gismaps"]["subtype"] = "nolink";
|
||||
$sub2 = array ();
|
||||
|
||||
$sub2["operation/gis_maps/index"]["text"] = __("List of Gis maps");
|
||||
$gisMaps = db_get_all_rows_in_table ('tgis_map', 'map_name');
|
||||
if ($gisMaps === false) {
|
||||
$gisMaps = array ();
|
||||
|
|
Loading…
Reference in New Issue