diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-12-13 16:03:40 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-12-13 16:03:40 +0000 |
| commit | 38591cdcd09a97021d0cf109fbd75978c8632f06 (patch) | |
| tree | 9ea25aee7aa43f091c5939da00a4bad7c7821e7f /frontends/php/httpdetails.php | |
| parent | 1205509d876572f801e1b64ab194e2b06ae8e3a5 (diff) | |
| download | zabbix-38591cdcd09a97021d0cf109fbd75978c8632f06.tar.gz zabbix-38591cdcd09a97021d0cf109fbd75978c8632f06.tar.xz zabbix-38591cdcd09a97021d0cf109fbd75978c8632f06.zip | |
- [ZBX-208] fixed tab header for "WEB Overview" (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5174 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/httpdetails.php')
| -rw-r--r-- | frontends/php/httpdetails.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/httpdetails.php b/frontends/php/httpdetails.php index ce4d71fe..35d3d736 100644 --- a/frontends/php/httpdetails.php +++ b/frontends/php/httpdetails.php @@ -71,7 +71,7 @@ include_once "include/page_header.php"; $lnkCancel = new CLink(S_CANCEL,'httpmon.php'.url_param('groupid').url_param('hostid')); show_table_header(array(S_DETAILS_OF_SCENARIO_BIG.' "', bold($httptest_data['name']), - '" - '.date(S_DATE_FORMAT_YMDHMS,$httptest_data['lastcheck']),$lnkCancel) + '" - '.date(S_DATE_FORMAT_YMDHMS,$httptest_data['lastcheck'])),$lnkCancel ); // TABLE |
