2010-05-25 Raul Mateos <raulofpandora@gmail.com>

* operation/menu.php, operation/snmpconsole/snmp_view: Updated year.
	Clean Code.
	* godmode/agentes/agent_conf_gis.php: Improved usability.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2800 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2010-05-25 21:29:14 +00:00
parent a11856ca5a
commit f519b5ec7e
4 changed files with 26 additions and 20 deletions

View File

@ -1,3 +1,10 @@
2010-05-25 Raúl Mateos <raulofpandora@gmail.com>
* operation/menu.php, operation/snmpconsole/snmp_view: Updated year.
Clean Code.
* godmode/agentes/agent_conf_gis.php: Improved usability.
2010-05-25 Raúl Mateos <raulofpandora@gmail.com>
* extensions/update_manager/lib/*.php: Updated year, clean code.

View File

@ -45,9 +45,8 @@ echo "<h4>" . __("Warning: When you change the position the agent automatily ena
$table->width = '60%';
$table->data = array();
$table->colspan[0][0] = 2;
$table->data[0][0] = __('Agent position:');
$table->head[0] =__('Agent position');
$table->head_colspan[0] = 2;
$table->data[1][0] = __('Longitude: ');
$table->data[1][1] = print_input_text_extended ('longitude', $agentData['stored_longitude'], 'text-longitude', '', 10, 10, false, '',
@ -71,7 +70,7 @@ print_input_hidden('update_gis', 1);
print_table($table);
echo '<div class="action-buttons" style="clear: left; width: ' . $table->width . '; float: left;">';
print_submit_button (__('Update'), '', false, 'class="sub update"');
print_submit_button (__('Update'), '', false, 'class="sub upd"');
echo '</div>';
echo "</form>";
?>

View File

@ -2,7 +2,7 @@
// Pandora FMS - http://pandorafms.com
// ==================================================
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
// Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or

View File

@ -2,7 +2,7 @@
// Pandora FMS - http://pandorafms.com
// ==================================================
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
// Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or
@ -107,7 +107,7 @@ if ($config["pure"]) {
}
// Header
print_page_header (__("SNMP console"), "images/computer_error.png", false, "", false, $link);
print_page_header (__("SNMP Console"), "images/computer_error.png", false, "", false, $link);
$sql = sprintf ("SELECT * FROM ttrap ORDER BY timestamp DESC LIMIT %d,%d",$offset,$config['block_size']);