summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-06 17:48:55 +0200
committerSimon Rettberg2014-10-06 17:48:55 +0200
commit130a2d436991cc35bee5893795220b01f457a3e3 (patch)
treedff633e5156bd921f08e70ee81af1e28e8f3ac3a /templates
parentSupport api calls via cli by using first command line option as module name (diff)
downloadslx-admin-130a2d436991cc35bee5893795220b01f457a3e3.tar.gz
slx-admin-130a2d436991cc35bee5893795220b01f457a3e3.tar.xz
slx-admin-130a2d436991cc35bee5893795220b01f457a3e3.zip
Support list type for configuration variable
Diffstat (limited to 'templates')
-rw-r--r--templates/baseconfig/_page.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/baseconfig/_page.html b/templates/baseconfig/_page.html
index ad51fd2f..4829d124 100644
--- a/templates/baseconfig/_page.html
+++ b/templates/baseconfig/_page.html
@@ -13,12 +13,7 @@
<div class="slx-default">{{defaultvalue}}</div>
</div>
<div class="col-md-5">
- {{#big}}
- <textarea name="setting[{{setting}}]" class="form-control" cols="30" rows="3">{{value}}</textarea>
- {{/big}}
- {{^big}}
- <input type="text" name="setting[{{setting}}]" class="form-control" size="30" value="{{value}}">
- {{/big}}
+ {{{item}}}
</div>
<div class="col-md-2">
<a class="btn btn-default" data-toggle="modal" data-target="#help-{{setting}}">{{lang_help}}</a>