Dynamic sorting for theme Sparkle
This commit is contained in:
16
templates/Sparkle/customer/extras/htaccess.tpl
vendored
16
templates/Sparkle/customer/extras/htaccess.tpl
vendored
@@ -22,18 +22,18 @@
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="bradius" <if 0 < $count>id="sortable"</if>>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['panel']['path']} {$arrowcode['path']}</th>
|
||||
<th>{$lng['extras']['view_directory']} {$arrowcode['options_indexes']}</th>
|
||||
<th>{$lng['extras']['error404path']} {$arrowcode['error404path']}</th>
|
||||
<th>{$lng['extras']['error403path']} {$arrowcode['error403path']}</th>
|
||||
<th>{$lng['extras']['error500path']} {$arrowcode['error500path']}</th>
|
||||
<th>{$lng['panel']['path']}</th>
|
||||
<th>{$lng['extras']['view_directory']}</th>
|
||||
<th>{$lng['extras']['error404path']}</th>
|
||||
<th>{$lng['extras']['error403path']}</th>
|
||||
<th>{$lng['extras']['error500path']}</th>
|
||||
<if $cperlenabled == 1 >
|
||||
<th>{$lng['extras']['execute_perl']} {$arrowcode['options_cgi']}</th>
|
||||
<th>{$lng['extras']['execute_perl']}</th>
|
||||
</if>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
<th class="nosort">{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<if $pagingcode != ''>
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="bradius" id="sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['login']['username']} {$arrowcode['username']}</th>
|
||||
<th>{$lng['panel']['path']} {$arrowcode['path']}</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