2008-08-27 Raul Mateos <raulofpandora@gmail.com>

* operation/agentes/status_monitor.php: Moved legend.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1042 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2008-08-27 11:34:59 +00:00
parent 1762180295
commit 1023f8e2c1
2 changed files with 10 additions and 9 deletions

View File

@ -1,10 +1,12 @@
2008-08-27 Raul Mateos <raulofpandora@gmail.com>
* operation/agentes/status_monitor.php: Moved legend.
* godmode/menu.php, operation/menu.php: Updated to solve small ugly effects.
* include/styles/op.css, god.css: Updated to solve small ugly effects.
god.css needs to be changed to the new "version".
2008-08-27 Raul Mateos <raulofpandora@gmail.com>
* install.php: Solved small typos in language. Style correction.
2008-08-25 Sancho lerena <slerena@artica.es>

View File

@ -242,16 +242,15 @@ if ($counter > 0) {
echo "</span></td></tr>";
}
echo "</table>";
echo "<table width=700 border=0>";
echo "<tr>";
echo "<td class='f9'>";
echo "<img src='images/pixel_green.png' width=40 height=18>&nbsp;&nbsp;".__('Monitor up')."</td>";
echo "<td class='f9'";
echo "<img src='images/pixel_red.png' width=40 height=18>&nbsp;&nbsp;".__('Monitor down')."</td>";
echo "</table>";
} else {
echo "<div class='nf'>".__('This group doesn\'t have any monitor')."</div>";
}
echo "<table width=700 border=0>";
echo "<tr>";
echo "<td class='f9'>";
echo "<img src='images/pixel_green.png' width=40 height=18>&nbsp;&nbsp;".__('Monitor up')."</td>";
echo "<td class='f9'";
echo "<img src='images/pixel_red.png' width=40 height=18>&nbsp;&nbsp;".__('Monitor down')."</td>";
echo "</table>";
?>