diff --git a/pandora_console/operation/maps/networkmap_editor.php b/pandora_console/operation/maps/networkmap_editor.php index 37156f1d2a..b9f6efd501 100644 --- a/pandora_console/operation/maps/networkmap_editor.php +++ b/pandora_console/operation/maps/networkmap_editor.php @@ -184,11 +184,21 @@ if ($not_found) { ui_print_error_message(__('Not found networkmap')); } else { + $url_action = 'index.php?sec=maps&sec2=operation/maps/networkmap_list'; + if (is_metaconsole()) { + $url_action = 'index.php?sec=screen&sec2=screens/screens'; + } + if ($edit_networkmap && enterprise_installed()) { - echo '
'; + $action_url = 'index.php?sec=maps&sec2=operation/maps/networkmap_editor'; if (is_metaconsole()) { $action_url = 'index.php?sec=screen&sec2=screens/screens'; } + +echo ''; + echo '