From cd1724a7a4aa36b10841388172fe868da746695f Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Thu, 19 Feb 2015 06:13:22 +0000
Subject: [PATCH] FHEMWEB.pm: add devSpevHelp stuff (Forum #33916)
git-svn-id: https://svn.fhem.de/fhem/trunk@8038 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/01_FHEMWEB.pm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/fhem/FHEM/01_FHEMWEB.pm b/fhem/FHEM/01_FHEMWEB.pm
index bd2017ad3..ab6245279 100755
--- a/fhem/FHEM/01_FHEMWEB.pm
+++ b/fhem/FHEM/01_FHEMWEB.pm
@@ -1091,10 +1091,14 @@ FW_doDetail($)
FW_pO "";
- FW_pH "cmd=style iconFor $d", "Select icon";
- FW_pH "cmd=style showDSI $d", "Extend devStateIcon";
- FW_pH "$FW_ME/docs/commandref.html#${t}", "Device specific help";
- FW_pH "cmd=delete $d", "Delete this device ($d)" if($d ne "global");
+ my ($link, $txt, $td, $class, $doRet,$nonl) = @_;
+
+ FW_pH "cmd=style iconFor $d", "Select icon", undef, "detLink iconFor";
+ FW_pH "cmd=style showDSI $d", "Extend devStateIcon", undef, "detLink showDSI";
+ FW_pH "cmd=delete $d", "Delete this device ($d)", undef, "detLink delDev"
+ if($d ne "global");
+ FW_pH "$FW_ME/docs/commandref.html#${t}", "Device specific help",
+ undef, "detLink devSpecHelp";
FW_pO "
";
FW_pO "";