2009-12-13 Raul Mateos <raulofpandora@gmail.com>
* godmode/reporting/map_builder_wizard.php: Updated title. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2191 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7b16cc6334
commit
b7e6753aba
|
@ -71,7 +71,7 @@ function process_wizard_add ($id_agents, $image, $id_layout, $range, $width = 0,
|
|||
}
|
||||
|
||||
print_success_message (__('Agent successfully added to layout'));
|
||||
echo '<h3><a href="index.php?sec=greporting&sec2=godmode/reporting/map_builder&id_layout='.$id_layout.'">'.__('Map builder').'</a></h3>';
|
||||
echo '<h3><a href="index.php?sec=gmap&sec2=godmode/reporting/map_builder&id_layout='.$id_layout.'">'.__('Map builder').'</a></h3>';
|
||||
}
|
||||
|
||||
function process_wizard_add_modules ($id_modules, $image, $id_layout, $range, $width = 0, $height = 0) {
|
||||
|
@ -113,7 +113,7 @@ function process_wizard_add_modules ($id_modules, $image, $id_layout, $range, $w
|
|||
print_success_message (__('Modules successfully added to layout'));
|
||||
}
|
||||
|
||||
echo "<h2>".__('Reporting')." » ";
|
||||
echo "<h2>".__('Maps')." » ";
|
||||
echo __('Visual map wizard').' - '.$layout["name"].'</h2>';
|
||||
|
||||
$id_agents = get_parameter ('id_agents', array ());
|
||||
|
|
Loading…
Reference in New Issue