mirror of
https://github.com/ulfgebhardt/system.git
synced 2025-12-13 09:35:49 +00:00
14 lines
389 B
Smarty
14 lines
389 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>Group</th>
|
|
<th>Type</th>
|
|
<th>ParentID</th>
|
|
<th>ParentValue</th>
|
|
<th>Name</th>
|
|
<th>Verify</th>
|
|
</tr>
|
|
${content}
|
|
</table>
|
|
</div> |