diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-01-11 14:38:49 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-01-11 14:38:49 +0000 |
| commit | e87f5ebd4db58b76543980eb24a4efe044003e59 (patch) | |
| tree | 04c5bfc3f208d4c9d7a137ff356035ca08cb7014 /frontends/php/items.php | |
| parent | b4b26e48b09f36c8b533412a1b19f1f23a447a9b (diff) | |
| download | zabbix-e87f5ebd4db58b76543980eb24a4efe044003e59.tar.gz zabbix-e87f5ebd4db58b76543980eb24a4efe044003e59.tar.xz zabbix-e87f5ebd4db58b76543980eb24a4efe044003e59.zip | |
Frontend improvements.
git-svn-id: svn://svn.zabbix.com/trunk@2515 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index 0f4ffe7b..54dc3db2 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -243,7 +243,7 @@ if(isset($_REQUEST["hostid"])) { - $table = new Ctable(); + $table = new CTableInfo(); $table->setHeader(array(S_ID,S_KEY,S_DESCRIPTION,nbsp(S_UPDATE_INTERVAL),S_HISTORY,S_TRENDS,S_TYPE,S_STATUS,S_ERROR)); $h="<form method=\"get\" action=\"items.php\">"; $h=$h."<input class=\"biginput\" name=\"hostid\" type=hidden value=".$_REQUEST["hostid"]." size=8>"; |
