Change sec url string in message section - #684 /4
This commit is contained in:
parent
ee128242bc
commit
1348256d1a
|
@ -38,7 +38,7 @@ if ($vconsoles_write || $vconsoles_manage) {
|
|||
Within the new visual console, we've been successful in imitating the sensation and touch of a drawing application like GIMP.
|
||||
We've also simplified the editor by dividing it into several subject-matter tabs named 'Data', 'Preview', 'Wizard', 'List of Elements' and 'Editor'.
|
||||
The elements the Pandora FMS Visual Map was designed to handle are 'static image', 'percentage bar', 'module graph' and 'simple value'. "); ?></p>
|
||||
<form action="index.php?sec=reporting&sec2=godmode/reporting/visual_console_builder" method="post">
|
||||
<form action="index.php?sec=network&sec2=godmode/reporting/visual_console_builder" method="post">
|
||||
<?php html_print_input_hidden ('edit_layout', 1); ?>
|
||||
<input type="submit" class="button_task" value="<?php echo __('Create Visual Console'); ?>" />
|
||||
</form>
|
||||
|
|
|
@ -291,7 +291,7 @@ foreach ($layoutDatas as $layoutData) {
|
|||
//Delete row button
|
||||
if (!defined('METACONSOLE')) {
|
||||
$url_delete = "index.php?" .
|
||||
"sec=reporting&" .
|
||||
"sec=network&" .
|
||||
"sec2=godmode/reporting/visual_console_builder&" .
|
||||
"tab=" . $activeTab . "&" .
|
||||
"action=delete&" .
|
||||
|
@ -496,7 +496,7 @@ foreach ($layoutDatas as $layoutData) {
|
|||
$pure = get_parameter('pure', 0);
|
||||
|
||||
if (!defined('METACONSOLE')) {
|
||||
echo '<form method="post" action="index.php?sec=reporting&sec2=godmode/reporting/visual_console_builder&tab=' . $activeTab . '&id_visual_console=' . $visualConsole["id"] . '">';
|
||||
echo '<form method="post" action="index.php?sec=network&sec2=godmode/reporting/visual_console_builder&tab=' . $activeTab . '&id_visual_console=' . $visualConsole["id"] . '">';
|
||||
}
|
||||
else {
|
||||
echo "<form method='post' action='index.php?operation=edit_visualmap&sec=screen&sec2=screens/screens&action=visualmap&pure=0&tab=list_elements&id_visual_console=" . $idVisualConsole . "'>";
|
||||
|
@ -522,7 +522,7 @@ echo '</form>';
|
|||
// Form for multiple delete
|
||||
if (!defined('METACONSOLE')) {
|
||||
$url_multiple_delete = "index.php?" .
|
||||
"sec=reporting&" .
|
||||
"sec=network&" .
|
||||
"sec2=godmode/reporting/visual_console_builder&" .
|
||||
"tab=" . $activeTab . "&" .
|
||||
"id_visual_console=" . $visualConsole["id"];
|
||||
|
|
|
@ -345,7 +345,7 @@ if (is_metaconsole()) {
|
|||
}
|
||||
else {
|
||||
echo '<form method="post"
|
||||
action="index.php?sec=reporting&sec2=godmode/reporting/visual_console_builder&tab=' . $activeTab . '&id_visual_console=' . $visualConsole["id"] . '"
|
||||
action="index.php?sec=network&sec2=godmode/reporting/visual_console_builder&tab=' . $activeTab . '&id_visual_console=' . $visualConsole["id"] . '"
|
||||
onsubmit="if (! confirm(\''.__('Are you sure to add many elements\nin visual map?').'\')) return false; else return check_fields();">';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue