summaryrefslogblamecommitdiffstats
path: root/templates/sysconfig/custom-filelist.html
blob: 3d2a079b815b8426105c26e66868c01b6407f3b1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                             
                  

                                                                          
<input type="hidden" name="modid" value="{{modid}}">
<input type="hidden" name="token" value="{{token}}">
<table class="table table-bordered table-condensed">
{{#files}}
	<tr>
		{{#isdir}}
			<td class="fileEntry isdir" colspan="2">{{name}}</td>
		{{/isdir}}
		{{^isdir}}
			<td class="fileEntry">{{name}}</td>
			<td>{{size}}</td>
		{{/isdir}}
	</tr>
	{{/files}}
</table>
<a class="btn btn-primary btn-sm" href="?do=SysConfig">Zurück &laquo;</a>