From a1f822494d6fa7cd43cf921bfcea3bd64020f540 Mon Sep 17 00:00:00 2001 From: martinhaas <> Date: Wed, 13 Jun 2007 15:09:46 +0000 Subject: [PATCH] FHZ_DEVICES may be hidden git-svn-id: https://svn.fhem.de/fhem/trunk@77 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/webfrontend/pgm3/CHANGED | 2 ++ fhem/webfrontend/pgm3/HISTORY | 3 +++ fhem/webfrontend/pgm3/index.php | 5 ++++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/fhem/webfrontend/pgm3/CHANGED b/fhem/webfrontend/pgm3/CHANGED index 82c966a55..5e5917240 100644 --- a/fhem/webfrontend/pgm3/CHANGED +++ b/fhem/webfrontend/pgm3/CHANGED @@ -113,3 +113,5 @@ Changelog -- Feature: new arrangement of the graphics, FHT-Pulldown will now called by "adjust", FHT-PHP-Graphics now with Temperature/desired-temp and actuator -- Bugfix: $errormessage for php4, fs20pulldown (correct list of options) +2007-06-13 (0.8.1) +-- Bugfix: Section FHZ_DEVICE is now hidden if you dont want neither Pulldowns nor General. diff --git a/fhem/webfrontend/pgm3/HISTORY b/fhem/webfrontend/pgm3/HISTORY index b5d79da13..53495aa69 100644 --- a/fhem/webfrontend/pgm3/HISTORY +++ b/fhem/webfrontend/pgm3/HISTORY @@ -16,3 +16,6 @@ - Martin 2007-04-10 - Minor Bugfixes (errormessage for php4, fhs20pulldown) + +- Martin 2007-07-13 + - Section FHZ-DEVICES s now hidden if it is not needed diff --git a/fhem/webfrontend/pgm3/index.php b/fhem/webfrontend/pgm3/index.php index 1812c996e..6bb51f74b 100644 --- a/fhem/webfrontend/pgm3/index.php +++ b/fhem/webfrontend/pgm3/index.php @@ -40,7 +40,7 @@ include "include/gnuplot.php"; include "include/functions.php"; -$pgm3version='0.8.0'; +$pgm3version='0.8.1'; $Action = $_POST['Action']; @@ -419,6 +419,8 @@ xml_parser_free($xml_parser); "; ############################ FHZ + if ($show_fs20pulldown==1 or $show_general==1 or $show_fhtpulldown==1) + { echo "
FHZ_DEVICE"; if ($showmenu != '1') @@ -428,6 +430,7 @@ xml_parser_free($xml_parser); echo "
"; echo "
"; + } if ($showmenu=='1')