mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
adc7a04d95
commit
a1f822494d
@ -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
|
-- 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)
|
-- 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.
|
||||||
|
@ -16,3 +16,6 @@
|
|||||||
|
|
||||||
- Martin 2007-04-10
|
- Martin 2007-04-10
|
||||||
- Minor Bugfixes (errormessage for php4, fhs20pulldown)
|
- Minor Bugfixes (errormessage for php4, fhs20pulldown)
|
||||||
|
|
||||||
|
- Martin 2007-07-13
|
||||||
|
- Section FHZ-DEVICES s now hidden if it is not needed
|
||||||
|
@ -40,7 +40,7 @@ include "include/gnuplot.php";
|
|||||||
include "include/functions.php";
|
include "include/functions.php";
|
||||||
|
|
||||||
|
|
||||||
$pgm3version='0.8.0';
|
$pgm3version='0.8.1';
|
||||||
|
|
||||||
|
|
||||||
$Action = $_POST['Action'];
|
$Action = $_POST['Action'];
|
||||||
@ -419,6 +419,8 @@ xml_parser_free($xml_parser);
|
|||||||
</td></tr>";
|
</td></tr>";
|
||||||
|
|
||||||
############################ FHZ
|
############################ 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%'>
|
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>";
|
<tr><td><font $fontcolor1>FHZ_DEVICE</td><td align=right><font $fontcolor1><b>";
|
||||||
if ($showmenu != '1')
|
if ($showmenu != '1')
|
||||||
@ -428,6 +430,7 @@ xml_parser_free($xml_parser);
|
|||||||
|
|
||||||
echo "</b></font></td></tr></table>";
|
echo "</b></font></td></tr></table>";
|
||||||
echo "</font></td></tr>";
|
echo "</font></td></tr>";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if ($showmenu=='1')
|
if ($showmenu=='1')
|
||||||
|
Loading…
Reference in New Issue
Block a user