Dynamic sorting for theme Sparkle
This commit is contained in:
8
templates/Sparkle/admin/logger/logger.tpl
vendored
8
templates/Sparkle/admin/logger/logger.tpl
vendored
@@ -22,12 +22,12 @@ $header
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="bradius" id="sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['logger']['date']} {$arrowcode['date']}</th>
|
||||
<th>{$lng['logger']['type']} {$arrowcode['type']}</th>
|
||||
<th>{$lng['logger']['user']} {$arrowcode['user']}</th>
|
||||
<th>{$lng['logger']['date']}</th>
|
||||
<th>{$lng['logger']['type']}</th>
|
||||
<th>{$lng['logger']['user']}</th>
|
||||
<th style="width: 60%;">{$lng['logger']['action']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user