Dynamic sorting for theme Sparkle
This commit is contained in:
10
templates/Sparkle/admin/admins/admins.tpl
vendored
10
templates/Sparkle/admin/admins/admins.tpl
vendored
@@ -22,18 +22,18 @@ $header
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="bradius" id="sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
{$lng['customer']['name']} {$arrowcode['name']}
|
||||
{$lng['customer']['name']}
|
||||
</th>
|
||||
<th>
|
||||
{$lng['login']['username']} {$arrowcode['loginname']}
|
||||
{$lng['login']['username']}
|
||||
</th>
|
||||
<th>{$lng['admin']['customers']}</th>
|
||||
<th> </th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
<th class="nosort"> </th>
|
||||
<th class="nosort">{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<if $pagingcode != ''>
|
||||
|
||||
Reference in New Issue
Block a user