summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp/templates/bootentry-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/serversetup-bwlp/templates/bootentry-list.html')
-rw-r--r--modules-available/serversetup-bwlp/templates/bootentry-list.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/modules-available/serversetup-bwlp/templates/bootentry-list.html b/modules-available/serversetup-bwlp/templates/bootentry-list.html
index 929b8c47..0cf005c5 100644
--- a/modules-available/serversetup-bwlp/templates/bootentry-list.html
+++ b/modules-available/serversetup-bwlp/templates/bootentry-list.html
@@ -1,8 +1,15 @@
+<h2>{{lang_bootentryHead}}</h2>
+
+<p>
+ {{lang_bootentryIntro}}
+</p>
+
<table class="table">
<thead>
<tr>
<th>{{lang_bootentryTitle}}</th>
- <th>Hotkey</th>
+ <th>{{lang_hotkey}}</th>
+ <th class="slx-smallcol">{{lang_refCount}}</th>
<th class="slx-smallcol">{{lang_edit}}</th>
<th class="slx-smallcol">{{lang_delete}}</th>
</tr>
@@ -16,6 +23,9 @@
<td>
{{hotkey}}
</td>
+ <td align="right">
+ {{refs}}
+ </td>
<td align="center">
{{#allowEdit}}
<a href="?do=serversetup&amp;show=editbootentry&amp;id={{entryid}}" class="btn btn-xs btn-default">