diff --git a/fhem/FHEM/01_FHEMWEB.pm b/fhem/FHEM/01_FHEMWEB.pm index 7b36451ce..aa970663f 100644 --- a/fhem/FHEM/01_FHEMWEB.pm +++ b/fhem/FHEM/01_FHEMWEB.pm @@ -1622,14 +1622,16 @@ FW_doDetail($) my $lNum = AttrVal($FW_wname, "detailLinks", 2); my $li = 0; while($li < $lNum && $li < @detCmd / 2) { - FW_pH "cmd=$detCmd[2*$li] $d", $detCmd[2*$li+1], undef, "detLink"; + FW_pH "cmd=$detCmd[2*$li] $d", $detCmd[2*$li+1], undef, "detLink" + if(!$FW_hiddenroom{$detCmd[2*$li]}); $li++; } if($li < @detCmd/2) { FW_pO "" @@ -4065,7 +4067,8 @@ FW_log($$) to the detailed views or save button are hidden (although each aspect still can be addressed through URL manipulation).
The list can also contain values from the additional "Howto/Wiki/FAQ" - block. + block, and from the bottom of the detail page: devSpecHelp, forumCopy, + rawDef, style iconFor, style showDSI, delete.
@@ -4900,7 +4903,9 @@ FW_log($$) Fall werden diverse Eingabefelder ausgeblendent. Durch direktes Aufrufen der URL sind diese Räume weiterhin erreichbar!
Ebenso können Einträge in den Logfile/Commandref/etc Block - versteckt werden.
+ versteckt werden, oder die Links unten auf der Detailseite: devSpecHelp, + forumCopy, rawDef, style iconFor, style showDSI, delete. +
  • hiddenroomRegexp