From ad0c32a572cb261ef7e75d7a96c71e9fcdfc6219 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 8 Nov 2003 18:07:45 +0000 Subject: Minor changes. git-svn-id: svn://svn.zabbix.com/trunk@1015 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/classes.inc.php | 2 +- frontends/php/include/config.inc.php | 40 +++++++++++++++++------------------ 2 files changed, 21 insertions(+), 21 deletions(-) (limited to 'frontends/php/include') diff --git a/frontends/php/include/classes.inc.php b/frontends/php/include/classes.inc.php index 14a83c9b..e2325abb 100644 --- a/frontends/php/include/classes.inc.php +++ b/frontends/php/include/classes.inc.php @@ -246,7 +246,7 @@ if( ($old_day != $new_day) ||($i==24)) { $old_day=$new_day; - ImageStringUp($this->im, 1,$i*$this->sizeX/24+$this->shiftX-3, $this->sizeY+$this->shiftY+57, date("m.d",$this->from_time+$i*$this->period/24) , $this->colors["Dark Red"]); + ImageStringUp($this->im, 1,$i*$this->sizeX/24+$this->shiftX-3, $this->sizeY+$this->shiftY+57, date("m.d H:i",$this->from_time+$i*$this->period/24) , $this->colors["Dark Red"]); } } diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index a1083d41..a102a5d7 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -3141,7 +3141,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; } echo ""; - echo ""; + echo ""; echo ""; } @@ -3243,7 +3243,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; show_table2_v_delimiter2(); echo "Press "; - echo " to see values in plain text"; + echo " to see values in plain text"; show_table2_header_end(); @@ -3279,7 +3279,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; show_table2_v_delimiter2(); echo "Press to see data in "; - echo ""; + echo ""; show_table2_header_end(); @@ -3515,12 +3515,12 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; } show_table2_v_delimiter2(); - echo ""; - echo ""; + echo ""; + echo ""; if(isset($HTTP_GET_VARS["itemid"])) { - echo ""; - echo ""; + echo ""; + echo ""; } show_table2_header_end(); @@ -3583,7 +3583,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; echo ""; show_table2_v_delimiter2(); - echo ""; + echo ""; show_table2_header_end(); } @@ -3609,7 +3609,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; echo ""; show_table2_v_delimiter2(); - echo ""; + echo ""; show_table2_header_end(); } @@ -3669,11 +3669,11 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; echo ""; show_table2_v_delimiter2(); - echo ""; + echo ""; if(isset($userid)) { - echo ""; - echo ""; + echo ""; + echo ""; } show_table2_header_end(); @@ -3718,11 +3718,11 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; echo ""; show_table2_v_delimiter2(); - echo ""; + echo ""; if(isset($problemid)) { - echo ""; - echo ""; + echo ""; + echo ""; } show_table2_header_end(); @@ -3807,11 +3807,11 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; show_table2_v_delimiter2(); - echo ""; + echo ""; if(isset($triggerid)) { - echo ""; - echo ""; + echo ""; + echo ""; } if(isset($triggerid)) @@ -3856,10 +3856,10 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; show_table2_v_delimiter2(); if(isset($triggerid)) { - echo ""; + echo ""; if(DBnum_rows($result1)>0) { - echo ""; + echo ""; } } } -- cgit