Dynamic sorting for theme Sparkle
This commit is contained in:
8
templates/Sparkle/customer/ftp/accounts.tpl
vendored
8
templates/Sparkle/customer/ftp/accounts.tpl
vendored
@@ -22,12 +22,12 @@
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="bradius" <if 0 < $ftps_count>id="sortable"</if>>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['login']['username']} {$arrowcode['username']}</th>
|
||||
<th>{$lng['panel']['path']} {$arrowcode['homedir']}</th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
<th>{$lng['login']['username']}</th>
|
||||
<th>{$lng['panel']['path']}</th>
|
||||
<th class="nosort">{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<if $pagingcode != ''>
|
||||
|
||||
Reference in New Issue
Block a user