summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/templates
diff options
context:
space:
mode:
authorSimon Rettberg2018-12-01 15:37:54 +0100
committerSimon Rettberg2018-12-01 15:37:54 +0100
commitbaf1cd9fb75b620e80a2eb411ac2b627af292823 (patch)
treeb6eceb03a31da99a1add038c4292c5e8a82da033 /modules-available/dozmod/templates
parentMerge branch 'master' of git.openslx.org:openslx-ng/slx-admin (diff)
downloadslx-admin-baf1cd9fb75b620e80a2eb411ac2b627af292823.tar.gz
slx-admin-baf1cd9fb75b620e80a2eb411ac2b627af292823.tar.xz
slx-admin-baf1cd9fb75b620e80a2eb411ac2b627af292823.zip
[dozmod] ldapfilter: Update table scheme, fix minor bugs
* Editing filter showed wrong success message * Made all methods static * Fix listing existing filters
Diffstat (limited to 'modules-available/dozmod/templates')
-rw-r--r--modules-available/dozmod/templates/ldapfilter-add.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/dozmod/templates/ldapfilter-add.html b/modules-available/dozmod/templates/ldapfilter-add.html
index c74fbcda..f66972d1 100644
--- a/modules-available/dozmod/templates/ldapfilter-add.html
+++ b/modules-available/dozmod/templates/ldapfilter-add.html
@@ -17,11 +17,11 @@
</div>
<div class="input-group">
<label class="input-group-addon" for="attribute">{{lang_ldapFilterAttribute}}</label>
- <input type="text" name="attribute" id ="attribute" class="form-control" placeholder="" value="{{attribute}}" required>
+ <input type="text" name="attribute" id ="attribute" class="form-control" placeholder="" value="{{filterkey}}" required>
</div>
<div class="input-group">
<label class="input-group-addon" for="value">{{lang_ldapFilterValue}}</label>
- <input type="text" name="value" id ="value" class="form-control" placeholder="" value="{{value}}" required>
+ <input type="text" name="value" id ="value" class="form-control" placeholder="" value="{{filtervalue}}" required>
</div>
<div class="text-right" style="margin-top: 20px;">