2010-10-08 Raul Mateos <raulofpandora@gmail.com>

* operation/agentes/estado_monitores.php: Center status icon.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3375 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2010-10-08 15:37:45 +00:00
parent 84401b3289
commit 149093bcd8
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-10-08 Raúl Mateos <raulofpandora@gmail.com>
* operation/agentes/estado_monitores.php: Center status icon.
2010-10-08 Dario Rodriguez <dario.rodriguez@artica.es>
* include/functions_io.php: Added functions ascii_to_html and html_to_ascii.

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
@ -168,7 +168,7 @@ $table->head[8] = __('Last contact') . ' ' .
'<a href="' . $url . '&sort_field=last_contact&sort=up"><img src="images/sort_up.png" style="' . $selectLastContactUp . '" /></a>' .
'<a href="' . $url . '&sort_field=last_contact&sort=down"><img src="images/sort_down.png" style="' . $selectLastContactDown . '" /></a>';
$table->align = array("left","left","left","left","center");
$table->align = array("left","left","left","left","left","center");
$last_modulegroup = 0;
$rowIndex = 0;