Dynamic sorting for theme Sparkle
This commit is contained in:
@@ -16,13 +16,13 @@
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="bradius" <if 0 < $count>id="sortable"</if>>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['emails']['emailaddress']}</th>
|
||||
<th>{$lng['autoresponder']['active']}</th>
|
||||
<th>{$lng['autoresponder']['startenddate']}</th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
<th class="nosort">{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
<table class="bradius">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['domains']['domainname']} {$arrowcode['d.domain']}</th>
|
||||
<th>{$lng['panel']['path']} {$arrowcode['d.documentroot']}
|
||||
<th>{$arrowcode['d.domain']}{$lng['domains']['domainname']}</th>
|
||||
<th>{$arrowcode['d.documentroot']}{$lng['panel']['path']}</th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
4
templates/Sparkle/customer/email/emails.tpl
vendored
4
templates/Sparkle/customer/email/emails.tpl
vendored
@@ -25,8 +25,8 @@
|
||||
<table class="bradius">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['emails']['emailaddress']} {$arrowcode['m.email_full']}</th>
|
||||
<th>{$lng['emails']['forwarders']} {$arrowcode['m.destination']}</th>
|
||||
<th>{$arrowcode['m.email_full']}{$lng['emails']['emailaddress']}</th>
|
||||
<th>{$arrowcode['m.destination']}{$lng['emails']['forwarders']}</th>
|
||||
<th>{$lng['emails']['account']}</th>
|
||||
<if $settings['catchall']['catchall_enabled'] == '1'><th>{$lng['emails']['catchall']}</th></if>
|
||||
<if $settings['system']['mail_quota_enabled'] == '1'>
|
||||
|
||||
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 != ''>
|
||||
|
||||
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 != ''>
|
||||
|
||||
8
templates/Sparkle/customer/mysql/mysqls.tpl
vendored
8
templates/Sparkle/customer/mysql/mysqls.tpl
vendored
@@ -22,14 +22,14 @@
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="bradius" <if 0 < $mysqls_count>id="sortable"</if>>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['mysql']['databasename']} {$arrowcode['databasename']}</th>
|
||||
<th>{$lng['mysql']['databasedescription']} {$arrowcode['description']}</th>
|
||||
<th>{$lng['mysql']['databasename']}</th>
|
||||
<th>{$lng['mysql']['databasedescription']}</th>
|
||||
<th>{$lng['mysql']['size']}</th>
|
||||
<if 1 < count($sql_root)><th>{$lng['mysql']['mysql_server']}</th></if>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
<th class="nosort">{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<if $pagingcode != ''>
|
||||
|
||||
16
templates/Sparkle/customer/tickets/tickets.tpl
vendored
16
templates/Sparkle/customer/tickets/tickets.tpl
vendored
@@ -35,16 +35,16 @@ $header
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="bradius" <if 0 < $tickets_count>id="sortable"</if>>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['ticket']['lastchange']} {$arrowcode['lastchange']}</th>
|
||||
<th>{$lng['ticket']['ticket_answers']} {$arrowcode['ticket_answers']}</th>
|
||||
<th>{$lng['ticket']['subject']} {$arrowcode['subject']}</th>
|
||||
<th>{$lng['ticket']['status']} {$arrowcode['status']}</th>
|
||||
<th>{$lng['ticket']['lastreplier']} {$arrowcode['lastreplier']}</th>
|
||||
<th>{$lng['ticket']['priority']} {$arrowcode['priority']}</th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
<th>{$lng['ticket']['lastchange']}</th>
|
||||
<th>{$lng['ticket']['ticket_answers']}</th>
|
||||
<th>{$lng['ticket']['subject']}</th>
|
||||
<th>{$lng['ticket']['status']}</th>
|
||||
<th>{$lng['ticket']['lastreplier']}</th>
|
||||
<th>{$lng['ticket']['priority']}</th>
|
||||
<th class="nosort">{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<if $pagingcode != ''>
|
||||
|
||||
Reference in New Issue
Block a user