summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp
diff options
context:
space:
mode:
authorSimon Rettberg2017-12-01 14:34:51 +0100
committerSimon Rettberg2017-12-01 14:34:51 +0100
commit097825da74ed866be5e3f85606ac5e5de6ab4a08 (patch)
tree514e72a6cae4d4d7bd6b782df699846059b19216 /modules-available/serversetup-bwlp
parent[style.css] Try to reduce copy&paste (diff)
downloadslx-admin-097825da74ed866be5e3f85606ac5e5de6ab4a08.tar.gz
slx-admin-097825da74ed866be5e3f85606ac5e5de6ab4a08.tar.xz
slx-admin-097825da74ed866be5e3f85606ac5e5de6ab4a08.zip
[style] Fix checkbox/radio in input-group-addon, add missing label<->input refs
Diffstat (limited to 'modules-available/serversetup-bwlp')
-rw-r--r--modules-available/serversetup-bwlp/templates/ipxe.html15
1 files changed, 12 insertions, 3 deletions
diff --git a/modules-available/serversetup-bwlp/templates/ipxe.html b/modules-available/serversetup-bwlp/templates/ipxe.html
index fbe3fb9e..bb776dca 100644
--- a/modules-available/serversetup-bwlp/templates/ipxe.html
+++ b/modules-available/serversetup-bwlp/templates/ipxe.html
@@ -15,9 +15,18 @@
<div class="form-group">
<strong>{{lang_bootBehavior}}</strong>
- <div class="radio"><input type="radio" name="defaultentry" value="net" {{active-net}}><label>bwLehrpool</label></div>
- <div class="radio"><input type="radio" name="defaultentry" value="hdd" {{active-hdd}}><label>{{lang_localHDD}}</label></div>
- <div class="radio"><input type="radio" name="defaultentry" value="custom" {{active-custom}}><label>{{lang_customEntry}} (&quot;custom&quot;)</label></div>
+ <div class="radio">
+ <input type="radio" name="defaultentry" value="net" {{active-net}} id="id-net">
+ <label for="id-net">bwLehrpool</label>
+ </div>
+ <div class="radio">
+ <input type="radio" name="defaultentry" value="hdd" {{active-hdd}} id="id-hdd">
+ <label for="id-hdd">{{lang_localHDD}}</label>
+ </div>
+ <div class="radio">
+ <input type="radio" name="defaultentry" value="custom" {{active-custom}} id="id-custom">
+ <label for="id-custom">{{lang_customEntry}} (&quot;custom&quot;)</label>
+ </div>
</div>
<div class="form-group">