Add forgotten options in menu

This commit is contained in:
m-lopez-f 2015-04-23 11:02:24 +02:00
parent a21d14e162
commit 6544269429
1 changed files with 4 additions and 2 deletions

View File

@ -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 ();