From cdd6794147bc5fd243e1e6e31b7a4b6739b30068 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Thu, 6 Jan 2005 19:42:11 +0000 Subject: Misc changes related to image form. git-svn-id: svn://svn.zabbix.com/trunk@1585 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/config.php | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'frontends/php/config.php') diff --git a/frontends/php/config.php b/frontends/php/config.php index 083f3009..61d68a3f 100644 --- a/frontends/php/config.php +++ b/frontends/php/config.php @@ -41,6 +41,15 @@ "; echo nbsp(S_NAME); show_table2_h_delimiter(); - echo ""; + echo ""; show_table2_v_delimiter($col++); echo S_TYPE; @@ -216,7 +225,11 @@ show_table2_v_delimiter2(); - echo ""; + echo ""; + if(isset($_GET["imageid"])) + { + echo ""; + } show_table2_header_end(); } -- cgit