summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ipsec.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-20 15:16:04 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-20 15:16:04 -0400
commit0f78d3ad6a5713a94dc54493f0946644e17c8058 (patch)
tree24c32d67007854ce4b647251b5c101cd352d9a46 /usr/local/www/diag_ipsec.php
parent2a87b190d68a59b4eb84ad611a223d3aac742066 (diff)
downloadpfsense-0f78d3ad6a5713a94dc54493f0946644e17c8058.zip
pfsense-0f78d3ad6a5713a94dc54493f0946644e17c8058.tar.gz
Make Status -> IPSec table sortable. Fix colors and styling on sortable table headers to match all other forms. Sponsored-by: BSD Perimeter Commercial Support
Diffstat (limited to 'usr/local/www/diag_ipsec.php')
-rw-r--r--usr/local/www/diag_ipsec.php27
1 files changed, 13 insertions, 14 deletions
diff --git a/usr/local/www/diag_ipsec.php b/usr/local/www/diag_ipsec.php
index a080a5b..31342c3 100644
--- a/usr/local/www/diag_ipsec.php
+++ b/usr/local/www/diag_ipsec.php
@@ -57,6 +57,7 @@ $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">
@@ -74,7 +75,7 @@ $sad = ipsec_dump_sad();
<tr>
<td>
<div id="mainarea">
- <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
+ <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0" class="sortable" name="sortabletable" id="sortabletable">
<tr>
<td nowrap class="listhdrr">Local IP</td>
<td nowrap class="listhdrr">Remote IP</a></td>
@@ -116,25 +117,23 @@ $sad = ipsec_dump_sad();
}
}
?>
- <tr>
- <td colspan="4">
- <p>
- <span class="vexpl">
- <span class="red">
- <strong>Note:<br /></strong>
- </span>
- You can configure your IPsec
- <a href="vpn_ipsec.php">here</a>.
- </span>
- </p>
- </td>
- </tr>
</table>
</div>
</td>
</tr>
</table>
+<p/>
+
+<span class="vexpl">
+ <span class="red">
+ <strong>Note:<br /></strong>
+ </span>
+ You can configure your IPsec
+ <a href="vpn_ipsec.php">here</a>.
+</span>
+
+
<?php include("fend.inc"); ?>
</body>
</html>
OpenPOWER on IntegriCloud