Dynamic sorting for theme Sparkle
This commit is contained in:
@@ -22,17 +22,18 @@ $header
|
||||
</div>
|
||||
</if>
|
||||
|
||||
<table class="bradius">
|
||||
<table class="bradius" id="sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lng['admin']['ipsandports']['ip']} {$arrowcode['ip']} : {$lng['admin']['ipsandports']['port']} {$arrowcode['port']}</th>
|
||||
<th>{$lng['admin']['ipsandports']['ip']}</th>
|
||||
<th>{$lng['admin']['ipsandports']['port']}</th>
|
||||
<th>Listen</th>
|
||||
<th>NameVirtualHost</th>
|
||||
<th>vHost-Container</th>
|
||||
<th>Specialsettings</th>
|
||||
<th>ServerName</th>
|
||||
<th>SSL</th>
|
||||
<th>{$lng['panel']['options']}</th>
|
||||
<th class="nosort">{$lng['panel']['options']}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<if $pagingcode != ''>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<tr>
|
||||
<td>{$row['ip']}:{$row['port']}</td>
|
||||
<td>{$row['ip']}</td>
|
||||
<td>{$row['port']}</td>
|
||||
<td><if $row['listen_statement']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td>
|
||||
<td><if $row['namevirtualhost_statement']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td>
|
||||
<td><if $row['vhostcontainer']=='1'>{$lng['panel']['yes']}<else>{$lng['panel']['no']}</if></td>
|
||||
|
||||
Reference in New Issue
Block a user