2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

FHZ_DEVICES may be hidden

git-svn-id: https://svn.fhem.de/fhem/trunk@77 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinhaas 2007-06-13 15:09:46 +00:00
parent adc7a04d95
commit a1f822494d
3 changed files with 9 additions and 1 deletions

View File

@ -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.

View File

@ -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

View File

@ -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);
</td></tr>";
############################ FHZ
if ($show_fs20pulldown==1 or $show_general==1 or $show_fhtpulldown==1)
{
echo "<tr><td $bg1 colspan=4><font $fontcolor1><table cellspacing='0' cellpadding='0' width='100%'>
<tr><td><font $fontcolor1>FHZ_DEVICE</td><td align=right><font $fontcolor1><b>";
if ($showmenu != '1')
@ -428,6 +430,7 @@ xml_parser_free($xml_parser);
echo "</b></font></td></tr></table>";
echo "</font></td></tr>";
}
if ($showmenu=='1')