Added the first version of new networkmap viewer.
This commit is contained in:
parent
4fa47fc11c
commit
988c417435
|
@ -286,8 +286,8 @@ else {
|
|||
|
||||
$data['name'] = '<a href="index.php?' .
|
||||
'sec=maps&' .
|
||||
'sec2=operation/maps/networkmap_editor&' .
|
||||
'id_networkmap=' . $networkmap['id'] .'">' .
|
||||
'sec2=operation/maps/networkmap&' .
|
||||
'id=' . $networkmap['id'] .'">' .
|
||||
$networkmap['name'] . '</a>';
|
||||
|
||||
$data['type'] = maps_get_subtype_string($networkmap['subtype']);
|
||||
|
|
Loading…
Reference in New Issue