summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-05 20:09:15 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-05 20:09:15 +0000
commitec665aba3b50af026f2acba5792adab2a149f0a4 (patch)
treec63a20d1538163b8c678fb365243effebf6e361e /usr
parentb9fd602e3cef2de9e01c58c37f829e7132f14935 (diff)
downloadpfsense-ec665aba3b50af026f2acba5792adab2a149f0a4.zip
pfsense-ec665aba3b50af026f2acba5792adab2a149f0a4.tar.gz
Unbreal sorting.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/diag_dhcp_leases.php15
1 files changed, 7 insertions, 8 deletions
diff --git a/usr/local/www/diag_dhcp_leases.php b/usr/local/www/diag_dhcp_leases.php
index 5f13a2b..78bde63 100755
--- a/usr/local/www/diag_dhcp_leases.php
+++ b/usr/local/www/diag_dhcp_leases.php
@@ -47,7 +47,6 @@ include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<script src="/javascript/sorttable.js"></script>
<?php include("fbegin.inc"); ?>
<?php
@@ -279,13 +278,13 @@ foreach ($pools as $data) {
<table class="sortable" id="sortabletable" name="sortabletable" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <td class="listhdrr"><a href="?all=<?=$_GET['all'];?>&order=ip">IP address</a></td>
- <td class="listhdrr"><a href="?all=<?=$_GET['all'];?>&order=mac">MAC address</a></td>
- <td class="listhdrr"><a href="?all=<?=$_GET['all'];?>&order=hostname">Hostname</a></td>
- <td class="listhdrr"><a href="?all=<?=$_GET['all'];?>&order=start">Start</a></td>
- <td class="listhdrr"><a href="?all=<?=$_GET['all'];?>&order=end">End</a></td>
- <td class="listhdr"><a href="?all=<?=$_GET['all'];?>&order=online">Online</a></td>
- <td class="listhdr"><a href="?all=<?=$_GET['all'];?>&order=act">Lease Type</a></td>
+ <td class="listhdrr"><a href="#">IP address</a></td>
+ <td class="listhdrr"><a href="#">MAC address</a></td>
+ <td class="listhdrr"><a href="#">Hostname</a></td>
+ <td class="listhdrr"><a href="#">Start</a></td>
+ <td class="listhdrr"><a href="#">End</a></td>
+ <td class="listhdrr"><a href="#">Online</a></td>
+ <td class="listhdrr"><a href="#">Lease Type</a></td>
</tr>
<?php
foreach ($leases as $data) {
OpenPOWER on IntegriCloud