@@ -105,23 +105,23 @@ <h3>Sleep after</h3>
105105 < div class ="tabcontent " id ="tabBacklight ">
106106 < h2 > Backlight configuration</ h2 >
107107 < div class ="field-container ">
108- < label for ="ssid "> Backlight type:</ label >
108+ < label for ="backlightType "> Backlight type:</ label >
109109 < div class ="choice-container ">
110- < div class ="choice " onclick ="selectBacklightChoice(event, 'radioChoiceOff') ">
111- < input id ="radioChoiceOff " type ="radio " name =" backlightType " />
112- < label for ="radioChoiceOff "> Off</ label >
110+ < div class ="choice " onclick ="selectBacklightChoice(event) " name =" backlightTypeChoice " value =" 0 ">
111+ < input id ="backlightTypeOff " type ="radio "/>
112+ < label for ="backlightTypeOff "> Off</ label >
113113 </ div >
114- < div class ="choice " onclick ="selectBacklightChoice(event, 'radioChoiceOn') ">
115- < input id ="radioChoiceOn " type ="radio " value =" 1 " />
116- < label for ="radioChoiceOn "> On</ label >
114+ < div class ="choice " onclick ="selectBacklightChoice(event) " name =" backlightTypeChoice " value =" 1 ">
115+ < input id ="backlightTypeOn " type ="radio "/>
116+ < label for ="backlightTypeOn "> On</ label >
117117 </ div >
118- < div class ="choice " onclick ="selectBacklightChoice(event, 'radioChoiceFade') ">
119- < input id ="radioChoiceFade " type ="radio " value =" 2 " />
120- < label for ="radioChoiceFade "> Fade</ label >
118+ < div class ="choice " onclick ="selectBacklightChoice(event) " name =" backlightTypeChoice " value =" 2 ">
119+ < input id ="backlightTypeFade " type ="radio "/>
120+ < label for ="backlightTypeFade "> Fade</ label >
121121 </ div >
122- < div class ="choice " onclick ="selectBacklightChoice(event, 'radioChoicePulse') ">
123- < input id ="radioChoicePulse " type ="radio " value =" 3 " />
124- < label for ="radioChoicePulse "> Pulse</ label >
122+ < div class ="choice " onclick ="selectBacklightChoice(event) " name =" backlightTypeChoice " value =" 3 ">
123+ < input id ="backlightTypePulse " type ="radio "/>
124+ < label for ="backlightTypePulse "> Pulse</ label >
125125 </ div >
126126 </ div >
127127 </ div >
0 commit comments