Fix Timers HTML
This commit is contained in:
parent
20566dd1dc
commit
217bc7e3a5
@ -40,10 +40,6 @@ This release will be supported from ESP32/Arduino library Core version **v3.1.3.
|
||||
|
||||
Support of ESP8266 Core versions before 2.7.8 and ESP32 Core versions before v3.1.3.250504 have been removed.
|
||||
|
||||
## Support of TLS
|
||||
|
||||
In addition to TLS using fingerprints now also user supplied CA certs, AWS IoT and Azure IoT is supported. Read [full documentation](https://tasmota.github.io/docs/AWS-IoT)
|
||||
|
||||
## Initial configuration tools
|
||||
|
||||
For initial configuration this release supports Webserver based **WifiManager** or **Serial** based command interface.
|
||||
|
||||
@ -805,7 +805,7 @@ const char HTTP_TIMER_SCRIPT6[] PROGMEM =
|
||||
const char HTTP_TIMER_STYLE[] PROGMEM =
|
||||
".tl{float:left;border-radius:0;border:1px solid var(--c_frm);padding:1px;width:12.5%%;}"; // COLOR_FORM, Border color needs to be the same as Fieldset background color from HTTP_HEAD_STYLE1 (transparent won't work)
|
||||
const char HTTP_FORM_TIMER1[] PROGMEM =
|
||||
"<fieldset style=text-align:center;'>"
|
||||
"<fieldset style='text-align:center;'>"
|
||||
"<legend style='text-align:left;'><b> " D_TIMER_PARAMETERS " </b></legend>"
|
||||
"<form method='post' action='" WEB_HANDLE_TIMER "' onsubmit='return st();'>"
|
||||
"<br><label><input id='e0' type='checkbox'%s><b>" D_TIMER_ENABLE "</b></label><br><br><hr>"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user