summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/templates/server-prop-dropdown.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/usblockoff/templates/server-prop-dropdown.html')
-rw-r--r--modules-available/usblockoff/templates/server-prop-dropdown.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/modules-available/usblockoff/templates/server-prop-dropdown.html b/modules-available/usblockoff/templates/server-prop-dropdown.html
index 337c40aa..73a55467 100644
--- a/modules-available/usblockoff/templates/server-prop-dropdown.html
+++ b/modules-available/usblockoff/templates/server-prop-dropdown.html
@@ -1,12 +1,18 @@
<div class="list-group-item">
<div class="row">
<div class="col-md-3"><label for="prop-{{property}}">{{title}}</label></div>
- <div class="col-md-7">
+ <div class="col-md-7 form-inline">
<select class="form-control" id="prop-{{property}}" name="prop-{{property}}">
{{#select_list}}
- <option {{#active}}selected{{/active}}>{{option}}</option>
+ <option value="{{value}}" {{#active}}selected{{/active}}>{{option}}</option>
{{/select_list}}
</select>
+ {{#toTextButton}}
+ <button type="button" class="btn btn-default switch-input">
+ <span class="glyphicon glyphicon-pencil"></span>
+ </button>
+ {{/toTextButton}}
+
</div>
<div class="col-md-2">
{{#helptext}}