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:
parent
1762180295
commit
1023f8e2c1
|
@ -1,10 +1,12 @@
|
||||||
2008-08-27 Raul Mateos <raulofpandora@gmail.com>
|
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.
|
* godmode/menu.php, operation/menu.php: Updated to solve small ugly effects.
|
||||||
|
|
||||||
* include/styles/op.css, god.css: 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".
|
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.
|
* install.php: Solved small typos in language. Style correction.
|
||||||
|
|
||||||
2008-08-25 Sancho lerena <slerena@artica.es>
|
2008-08-25 Sancho lerena <slerena@artica.es>
|
||||||
|
|
|
@ -242,16 +242,15 @@ if ($counter > 0) {
|
||||||
echo "</span></td></tr>";
|
echo "</span></td></tr>";
|
||||||
}
|
}
|
||||||
echo "</table>";
|
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> ".__('Monitor up')."</td>";
|
||||||
|
echo "<td class='f9'";
|
||||||
|
echo "<img src='images/pixel_red.png' width=40 height=18> ".__('Monitor down')."</td>";
|
||||||
|
echo "</table>";
|
||||||
} else {
|
} else {
|
||||||
echo "<div class='nf'>".__('This group doesn\'t have any monitor')."</div>";
|
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> ".__('Monitor up')."</td>";
|
|
||||||
echo "<td class='f9'";
|
|
||||||
echo "<img src='images/pixel_red.png' width=40 height=18> ".__('Monitor down')."</td>";
|
|
||||||
echo "</table>";
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue