summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes/ctable.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-05 06:18:56 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-05 06:18:56 +0000
commit1c38a85fbe88e86eee3b9999395871b8eaeb3393 (patch)
treedfa2200d9504ae3a40dfb6ef9dcca6bc530d51d9 /frontends/php/include/classes/ctable.inc.php
parenta2be02acf83bc0300d2edbc01afd461a9b294e05 (diff)
downloadzabbix-1c38a85fbe88e86eee3b9999395871b8eaeb3393.tar.gz
zabbix-1c38a85fbe88e86eee3b9999395871b8eaeb3393.tar.xz
zabbix-1c38a85fbe88e86eee3b9999395871b8eaeb3393.zip
- fixed action adding (Eugene)
- improved ZABBIX logo, open link in new window (Eugene) - added option 'target' for CLink class (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2798 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes/ctable.inc.php')
-rw-r--r--frontends/php/include/classes/ctable.inc.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/frontends/php/include/classes/ctable.inc.php b/frontends/php/include/classes/ctable.inc.php
index 46a18fff..69b10f71 100644
--- a/frontends/php/include/classes/ctable.inc.php
+++ b/frontends/php/include/classes/ctable.inc.php
@@ -110,10 +110,11 @@
parent::CTag("table","yes");
$this->SetClass($class);
$this->message = $message;
- $this->SetOddRowClass();
- $this->SetEvenRowClass();
- $this->SetHeader();
- $this->SetFooter();
+
+ $this->oddRowClass = NULL;
+ $this->evenRowClass = NULL;
+ $this->header = NULL;
+ $this->footer = NULL;;
}
function SetHeader($value=NULL,$class=NULL)
{