You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inav-configurator/tabs/options.html

15 lines
486 B
HTML

<div class="notifications">
<label><input type="checkbox" /><span i18n="options_receive_app_notifications"></span></label>
</div>
<div class="statistics">
<label><input type="checkbox" /><span i18n="options_improve_configurator"></span></label>
9 years ago
</div>
<div class="appearance">
<label>
<input type="radio" name="RadioGroup1" value="1" id="restore">
Dark Theme</label>
9 years ago
<br>
<label>
<input type="radio" name="RadioGroup1" value="2" id="remove">
Light Theme</label>
</div>