summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ipsec.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-20 15:33:03 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-20 15:33:03 -0400
commitff9d67280987862f5ab5c25d2de51f972240f34d (patch)
treec29338083a6b846923678c34f9d78bf9df4868b3 /usr/local/www/diag_ipsec.php
parent0f78d3ad6a5713a94dc54493f0946644e17c8058 (diff)
downloadpfsense-ff9d67280987862f5ab5c25d2de51f972240f34d.zip
pfsense-ff9d67280987862f5ab5c25d2de51f972240f34d.tar.gz
Modify sortable.js to work on tabcont as opposed to sortable class. This has the effect of making any table that has a single header sortable instead of having to visit each page. Sponsored-by: BSD Perimeter Commercial Support
Diffstat (limited to 'usr/local/www/diag_ipsec.php')
-rw-r--r--usr/local/www/diag_ipsec.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/diag_ipsec.php b/usr/local/www/diag_ipsec.php
index 31342c3..8001b1e 100644
--- a/usr/local/www/diag_ipsec.php
+++ b/usr/local/www/diag_ipsec.php
@@ -57,7 +57,6 @@ $sad = ipsec_dump_sad();
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC" onload="<?= $jsevents["body"]["onload"] ?>">
-<script src="/javascript/sorttable.js"></script>
<?php include("fbegin.inc"); ?>
<div id="inputerrors"></div>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
@@ -75,7 +74,7 @@ $sad = ipsec_dump_sad();
<tr>
<td>
<div id="mainarea">
- <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0" class="sortable" name="sortabletable" id="sortabletable">
+ <table width="100%" border="0" cellpadding="6" cellspacing="0" class="tabcont">
<tr>
<td nowrap class="listhdrr">Local IP</td>
<td nowrap class="listhdrr">Remote IP</a></td>
OpenPOWER on IntegriCloud