summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe/templates/menu-edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/serversetup-bwlp-ipxe/templates/menu-edit.html')
-rw-r--r--modules-available/serversetup-bwlp-ipxe/templates/menu-edit.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules-available/serversetup-bwlp-ipxe/templates/menu-edit.html b/modules-available/serversetup-bwlp-ipxe/templates/menu-edit.html
index d637f0d1..b79e6bb3 100644
--- a/modules-available/serversetup-bwlp-ipxe/templates/menu-edit.html
+++ b/modules-available/serversetup-bwlp-ipxe/templates/menu-edit.html
@@ -84,7 +84,8 @@
</td>
<td>
- <select class="form-control key-list no-spacer" {{^entryid}}style="display: none;"{{/entryid}} name="entry[{{menuentryid}}][hotkey]" {{readonly}} data-default="{{hotkey}}">
+ <select class="form-control key-list no-spacer" {{^entryid}}style="display: none;"{{/entryid}}
+ name="entry[{{menuentryid}}][hotkey]" {{readonly}} data-default="{{hotkey}}">
</select>
</td>
@@ -206,6 +207,11 @@
{{/otherFields}}
</table>
{{/ishook}}
+ {{^no_edit}}
+ <div class="text-right">
+ <a href="?do=serversetup&amp;show=editbootentry&amp;id={{entryid}}">{{lang_edit}}</a>
+ </div>
+ {{/no_edit}}
</div>
{{/entrylist}}
</div>