17 lines
519 B
Smarty
17 lines
519 B
Smarty
<div class="table-responsive">
|
|
<table class="table table-striped table-condensed tablesorter sai_margin_off" id="table_store_android">
|
|
<thead>
|
|
<tr>
|
|
<th>Code</th>
|
|
<th>EMail</th>
|
|
<th>Device</th>
|
|
<th>Generated</th>
|
|
<th>Redeemed</th>
|
|
<th>Store</th>
|
|
<th>Comment</th>
|
|
<th>Action</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>${data}</tbody>
|
|
</table>
|
|
</div> |