diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-08-23 18:17:18 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-08-23 18:17:18 -0400 |
commit | def254087c5211647b329e049ab0ab867aec5a7d (patch) | |
tree | 715e003af23c47a6231db36bcbcd9672a5ad3def /usr/local | |
parent | 034b49187589503fc68eaf64b3b32aabde9420fc (diff) | |
download | pfsense-def254087c5211647b329e049ab0ab867aec5a7d.zip pfsense-def254087c5211647b329e049ab0ab867aec5a7d.tar.gz |
Make sortable
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/diag_ipsec_sad.php | 2 | ||||
-rwxr-xr-x | usr/local/www/diag_ipsec_spd.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_ipsec_sad.php b/usr/local/www/diag_ipsec_sad.php index 1e48e1c..4d67869 100755 --- a/usr/local/www/diag_ipsec_sad.php +++ b/usr/local/www/diag_ipsec_sad.php @@ -75,7 +75,7 @@ if ($_GET['act'] == "del") { <tr> <td> <div id="mainarea"> - <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0"> + <table class="tabcont sortable" width="100%" border="0" cellpadding="6" cellspacing="0"> <?php if (count($sad)): ?> <tr> <td nowrap class="listhdrr">Source</td> diff --git a/usr/local/www/diag_ipsec_spd.php b/usr/local/www/diag_ipsec_spd.php index 2e2456f..a910cae 100755 --- a/usr/local/www/diag_ipsec_spd.php +++ b/usr/local/www/diag_ipsec_spd.php @@ -74,7 +74,7 @@ $spd = ipsec_dump_spd(); <tr> <td> <div id="mainarea" style="background:#eeeeee"> - <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0"> + <table class="tabcont sortable" width="100%" border="0" cellpadding="6" cellspacing="0"> <?php if (count($spd)): ?> <tr> <td nowrap class="listhdrr">Source</td> |