Removed dataTables

This commit is contained in:
BNoiZe
2013-10-06 15:14:58 +02:00
parent 16917505af
commit 553eca9b29
22 changed files with 74 additions and 24368 deletions

View File

@@ -22,12 +22,12 @@ $header
</div>
</if>
<table class="bradius" id="sortable" sort-direction="desc">
<table class="bradius">
<thead>
<tr>
<th>{$lng['logger']['date']}</th>
<th>{$lng['logger']['type']}</th>
<th>{$lng['logger']['user']}</th>
<th>{$lng['logger']['date']}&nbsp;{$arrowcode['date']}</th>
<th>{$lng['logger']['type']}&nbsp;{$arrowcode['type']}</th>
<th>{$lng['logger']['user']}&nbsp;{$arrowcode['user']}</th>
<th style="width: 60%;">{$lng['logger']['action']}</th>
</tr>
</thead>