Hinzufügen eines DevConfig-Schaltflächensymbols #2811
Labels
💡 enhancement-ideas
New feature or change request
🔅 low priority
This issue/ticket has low priority (not urgent)
🌱 minor
This is a issue/ticket which can be easily fixed
Milestone
Describe the solution you'd like
Hinzufügen eines DevConfig-Schaltflächensymbols
genau wie auf diesem Bild:
Describe alternatives you've considered
keine
Is your feature request related to a problem?
keine
Additional information
https://homematic-forum.de/forum/viewtopic.php?f=31&t=73537
einfach zur Datei hinzufügen:
<img id=\"showCouplingCPHelp\" src=\"/ise/img/help.png\">
In der Datei /www/config/control_panel.cgi
vor:
if { "[read_var /etc/config/tweaks CP_DEVCONFIG]" != "" } { puts "<div class=\"cpCell\"><div class=\"cpButton\">" puts "<div class=\"StdTableBtn CLASS21701\" onclick=\"window.open('/tools/devconfig.cgi?sid=$sid');\">DevConfig</div>" puts "<div class=\"StdTableBtnHelp\"></div></div></div>" }
nacher:
if { "[read_var /etc/config/tweaks CP_DEVCONFIG]" != "" } { puts "<div class=\"cpCell\"><div class=\"cpButton\">" puts "<div class=\"StdTableBtn CLASS21701\" onclick=\"window.open('/tools/devconfig.cgi?sid=$sid');\">DevConfig</div>" puts "<div class=\"StdTableBtnHelp\"><img id=\"showCouplingCPHelp\" src=\"/ise/img/help.png\"></div></div></div>" }
The text was updated successfully, but these errors were encountered: