arma-server-web-admin/public/js/tpl/servers/mods/list.html

15 lines
349 B
HTML
Raw Normal View History

2014-04-08 20:59:59 +00:00
<form>
<button class="btn btn-xs btn-primary check-all">Check All</button>
<button class="btn btn-xs btn-primary uncheck-all">Uncheck All</button>
2014-04-08 20:59:59 +00:00
<table class="table table-striped">
<thead>
<tr>
<th>Mod</th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>
</form>