summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/list-modules.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/sysconfig/templates/list-modules.html')
-rw-r--r--modules-available/sysconfig/templates/list-modules.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/modules-available/sysconfig/templates/list-modules.html b/modules-available/sysconfig/templates/list-modules.html
index 5bd19446..9f2ee872 100644
--- a/modules-available/sysconfig/templates/list-modules.html
+++ b/modules-available/sysconfig/templates/list-modules.html
@@ -39,9 +39,14 @@
<span class="glyphicon glyphicon-refresh"></span>
</button>
<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}}">
- <span class="glyphicon glyphicon-edit"></span>
+ href="?do=SysConfig&amp;action=addmodule&amp;step={{moduleType}}_Start&amp;edit={{id}}"
+ title="{{lang_edit}}">
+ <span class="glyphicon glyphicon-edit"></span>
+ </a>
+ <a class="btn btn-success btn-xs {{perms.config.edit.disabled}}"
+ href="?do=SysConfig&action=addmodule&step=AddModule_Assign&edit={{id}}"
+ title="{{lang_assignToConfigs}}">
+ <span class="glyphicon glyphicon-arrow-right"></span>
</a>
<button type="submit" class="btn btn-danger btn-xs btn-del-module" name="del" value="{{id}}"
title="{{lang_delete}}" {{perms.module.edit.disabled}} data-confirm="#confirm-delete"