diff options
Diffstat (limited to 'modules-available/dozmod')
-rw-r--r-- | modules-available/dozmod/templates/ldapfilters.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/dozmod/templates/ldapfilters.html b/modules-available/dozmod/templates/ldapfilters.html index 06be33a5..824ec70b 100644 --- a/modules-available/dozmod/templates/ldapfilters.html +++ b/modules-available/dozmod/templates/ldapfilters.html @@ -20,8 +20,8 @@ {{#ldapfilters}} <tr> <td>{{filtername}}</td> - <td>{{attribute}}</td> - <td>{{value}}</td> + <td>{{filterkey}}</td> + <td>{{filtervalue}}</td> {{#hasEditPermission}} <td class="text-center"> <a class="btn btn-xs btn-primary" href="?do=dozmod§ion=ldapfilters&show=edit&filterid={{filterid}}"> |