Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hinzufügen eines DevConfig-Schaltflächensymbols #2811

Open
ghost opened this issue Jul 24, 2024 · 3 comments
Open

Hinzufügen eines DevConfig-Schaltflächensymbols #2811

ghost opened this issue Jul 24, 2024 · 3 comments
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

Comments

@ghost
Copy link

ghost commented Jul 24, 2024

Describe the solution you'd like

Hinzufügen eines DevConfig-Schaltflächensymbols

genau wie auf diesem Bild:
3

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

1

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>" }

@ghost ghost added the 💡 enhancement-ideas New feature or change request label Jul 24, 2024
@jens-maus jens-maus added this to the next release milestone Jul 25, 2024
@jens-maus jens-maus added 🌱 minor This is a issue/ticket which can be easily fixed 🔅 low priority This issue/ticket has low priority (not urgent) labels Jul 25, 2024
@Baxxy13
Copy link
Contributor

Baxxy13 commented Jul 25, 2024

Kosmetik...
Wir sollten uns dann aber auch einen aussagekräftigen Text einfallen lassen der angezeigt wird wenn der Mauspfeil über dem Button ist.

@Maik2208
Copy link
Contributor

Maik2208 commented Jul 25, 2024

Kosmetik...

Stimmt. Aber auch wieder erschreckend dass diese Inkonsequenz dem ursprünglichen Entwickler scheinbar völlig egal ist...

@MichaelN0815
Copy link
Contributor

Stimmt. Das ist meiner Meinung nach einer der wichtigsten PR diesen Jahres.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: In progress
Development

No branches or pull requests

4 participants