2013-09-30 17:02:09 +02:00

8 lines
251 B
Smarty

<div class="tab-pane ${active}" id="tab_${tab_id}">
<table class="table table-hover table-condensed" style="overflow: auto;">
<tr>
<th>ID</th><th>Category</th>${langhead}
</tr>
${content}
</table>
</div>