12 lines
342 B
Smarty

<table class="table table-hover table-condensed sai_table tablesorter" id="sai_mod_mod_table" style="overflow: auto;">
<thead>
<tr>
<th>${table_class}</th>
<th>${table_version}</th>
<th>${table_interface}</th>
</tr>
</thead>
<tbody>
${entries}
</tbody>
</table>