summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp
diff options
context:
space:
mode:
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">