summaryrefslogblamecommitdiffstats
path: root/modules-available/sysconfig/templates/config-module-list.html
blob: 55ca5f9e9b47197538029e1af4150821a898f11e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                                                                                                                                 
       
<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>