summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig
diff options
context:
space:
mode:
authorSimon Rettberg2018-03-28 10:54:41 +0200
committerSimon Rettberg2018-03-28 10:54:41 +0200
commit4119498735560389f800a26a356b43db8e6cacd7 (patch)
tree5c6f8a9480c96d051273737eb34ac26f9f2a4f70 /modules-available/sysconfig
parentMerge branch 'master' into permission-manager (diff)
downloadslx-admin-4119498735560389f800a26a356b43db8e6cacd7.tar.gz
slx-admin-4119498735560389f800a26a356b43db8e6cacd7.tar.xz
slx-admin-4119498735560389f800a26a356b43db8e6cacd7.zip
[sysconfig] Properly disable edit button in module ist
Closes #3336
Diffstat (limited to 'modules-available/sysconfig')
-rw-r--r--modules-available/sysconfig/templates/list-modules.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/sysconfig/templates/list-modules.html b/modules-available/sysconfig/templates/list-modules.html
index b91ce106..c657eae8 100644
--- a/modules-available/sysconfig/templates/list-modules.html
+++ b/modules-available/sysconfig/templates/list-modules.html
@@ -33,9 +33,9 @@
name="rebuild" value="{{id}}" title="{{lang_rebuild}}" {{perms.module.edit.disabled}}>
<span class="glyphicon glyphicon-refresh"></span>
</button>
- <a class="btn btn-success btn-xs"
+ <a class="btn btn-success btn-xs {{perms.module.edit.disabled}}"
href="?do=SysConfig&amp;action=addmodule&amp;step={{moduleType}}_Start&amp;edit={{id}}"
- title="{{lang_edit}}" {{perms.module.edit.disabled}}>
+ title="{{lang_edit}}">
<span class="glyphicon glyphicon-edit"></span>
</a>
<button class="btn btn-danger btn-xs confirm-delete" name="del" value="{{id}}"