diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-11-15 18:23:59 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-11-15 18:23:59 +0000 |
| commit | af1451490680aa40535a1fe37c5e34537e43730d (patch) | |
| tree | 0724b04ea33dcbe49b88785c1e48f699c8805f2a /frontends/php/services.php | |
| parent | 24fc3f119d20672c35329c7d1de84813f0308589 (diff) | |
| download | zabbix-af1451490680aa40535a1fe37c5e34537e43730d.tar.gz zabbix-af1451490680aa40535a1fe37c5e34537e43730d.tar.xz zabbix-af1451490680aa40535a1fe37c5e34537e43730d.zip | |
Polishing PHP interface.
git-svn-id: svn://svn.zabbix.com/trunk@1486 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/services.php')
| -rw-r--r-- | frontends/php/services.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/frontends/php/services.php b/frontends/php/services.php index 5df52115..8153ac8c 100644 --- a/frontends/php/services.php +++ b/frontends/php/services.php @@ -224,7 +224,6 @@ unset($triggerid); } - echo "<br>"; echo "<a name=\"form\"></a>"; show_table2_header_begin(); echo S_SERVICE; @@ -364,7 +363,6 @@ unset($_GET["triggerid"]); } - echo "<br>"; show_table2_header_begin(); echo nbsp(S_LINK_TO); $col=0; @@ -422,7 +420,6 @@ if(isset($_GET["serviceid"])) { - echo "<br>"; show_table2_header_begin(); echo nbsp(S_ADD_SERVER_DETAILS); $col=0; |
