2010-12-28 Sancho Lerena <slerena@artica.es>

* pandoradb_data.sql: Fixed link for current documentation page
        at openideas.info Wiki.

        * operation/agentes/graphs.php: Removed divs which makes the
        empty graphs render badly.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3717 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2010-12-28 06:17:10 +00:00
parent 0012d83605
commit 98e0275cdd
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,11 @@
2010-12-28 Sancho Lerena <slerena@artica.es>
* pandoradb_data.sql: Fixed link for current documentation page at
openideas.info Wiki.
* operation/agentes/graphs.php: Removed divs which makes the empty graphs
render badly.
2010-12-27 Ramon Novoa <rnovoa@artica.es>
* pandoradb_data.sql, include/config_process.php: Updated

View File

@ -122,7 +122,6 @@ else
$date = $utime;
foreach ($modulesChecked as $idModuleShowGraph => $value) {
echo '<div style="float: left; padding-left: 15px;">';
echo "<h3>" . $modules[$idModuleShowGraph] . '</h3>';
if ($config['flash_charts']) {
echo grafico_modulo_sparse ($idModuleShowGraph, $period, $draw_events, $width, $height,
@ -144,8 +143,7 @@ foreach ($modulesChecked as $idModuleShowGraph => $value) {
print_image ($image, false, array ("border" => 0));
}
echo '</div>';
}
echo "<div style='clear: both;'></div>";
?>
?>

View File

@ -168,7 +168,7 @@ UNLOCK TABLES;
LOCK TABLES `tlink` WRITE;
INSERT INTO `tlink` VALUES
(1,'Pandora FMS Manual','https://openideas.info/wiki/index.php?title=Pandora_3.x:Documentation'),
(1,'Pandora FMS Manual','https://openideas.info/wiki/index.php?title=Pandora'),
(2,'Pandora FMS','http://pandorafms.org'),
(3,'Report a bug','https://sourceforge.net/tracker/?func=add&amp;group_id=155200&amp;atid=794852'),
(4,'Suggest new feature','http://sourceforge.net/tracker/?group_id=155200&amp;atid=794855'),