summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig/config-module-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sysconfig/config-module-list.html')
-rw-r--r--templates/sysconfig/config-module-list.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/sysconfig/config-module-list.html b/templates/sysconfig/config-module-list.html
deleted file mode 100644
index 6cd77f9e..00000000
--- a/templates/sysconfig/config-module-list.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<form method="post" action="?do=SysConfig">
- <input type="hidden" name="token" value="{{token}}">
- <input type="hidden" name="action" value="module">
- <table class="slx-table">
- {{#modules}}
- <tr>
- <td>{{module}}</td>
- <td>
- <button class="btn btn-default btn-xs" name="list" value="{{moduleid}}"><span class="glyphicon glyphicon-eye-open"></span> {{lang_show}}</button>
- </td>
- </tr>
- {{/modules}}
- </table>
- {{^modules}}
- <div class="alert alert-warning">{{lang_noContent}}</div>
- {{/modules}}
-</form> \ No newline at end of file