summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2014-09-28 22:51:34 +0200
committerPiBa-NL <pba_2k3@yahoo.com>2014-09-28 22:56:16 +0200
commit547d76411ea7d6f7145b8203343f030f3c7f25bc (patch)
tree980c05174afcbab35208338df744defa62166fee
parente7b03bc1f4fdec9721fe0cd2373576657ef7dff1 (diff)
downloadpfsense-547d76411ea7d6f7145b8203343f030f3c7f25bc.zip
pfsense-547d76411ea7d6f7145b8203343f030f3c7f25bc.tar.gz
firewall_virtual_ip make the table sortable
-rw-r--r--usr/local/www/firewall_virtual_ip.php24
-rw-r--r--usr/local/www/vpn_ipsec_settings.php2
2 files changed, 13 insertions, 13 deletions
diff --git a/usr/local/www/firewall_virtual_ip.php b/usr/local/www/firewall_virtual_ip.php
index af1b362..70e76f0 100644
--- a/usr/local/www/firewall_virtual_ip.php
+++ b/usr/local/www/firewall_virtual_ip.php
@@ -227,7 +227,7 @@ include("head.inc");
<tr>
<td>
<div id="mainarea">
- <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0" summary="main area">
+ <table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0" summary="main area">
<tr>
<td width="30%" class="listhdrr"><?=gettext("Virtual IP address");?></td>
<td width="10%" class="listhdrr"><?=gettext("Interface");?></td>
@@ -279,7 +279,7 @@ include("head.inc");
</tr>
<?php endif; ?>
<?php $i++; endforeach; ?>
- <tr>
+ <tfoot>
<td class="list" colspan="4"></td>
<td class="list">
<table border="0" cellspacing="0" cellpadding="1" summary="edit">
@@ -289,19 +289,19 @@ include("head.inc");
</tr>
</table>
</td>
- </tr>
- <tr>
- <td colspan="5">
- <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br />
- </strong></span><?=gettext("The virtual IP addresses defined on this page may be used in");?><a href="firewall_nat.php"> <?=gettext("NAT"); ?> </a><?=gettext("mappings.");?><br />
- <?=gettext("You can check the status of your CARP Virtual IPs and interfaces ");?><a href="carp_status.php"><?=gettext("here");?></a>.</span></p>
- </td>
- </tr>
- </table>
+ </tfoot>
+ <tfoot>
+ <td colspan="5">
+ <p><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br />
+ </strong></span><?=gettext("The virtual IP addresses defined on this page may be used in");?><a href="firewall_nat.php"> <?=gettext("NAT"); ?> </a><?=gettext("mappings.");?><br />
+ <?=gettext("You can check the status of your CARP Virtual IPs and interfaces ");?><a href="carp_status.php"><?=gettext("here");?></a>.</span></p>
+ </td>
+ </tfoot>
+ </table>
</div><!-- div:mainarea -->
</td></tr>
</table>
- </form>
+ </form>
<?php include("fend.inc"); ?>
</body>
</html>
diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php
index aacce92..4cd8979 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -164,7 +164,7 @@ function maxmss_checked(obj) {
<td colspan="2" valign="top" class="listtopic"><?=gettext("IPSec Advanced Settings"); ?></td>
</tr>
<tr>
- <td width="22%" valign="top" class="vncell"><?=gettext("LAN security associsations"); ?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("LAN security associations"); ?></td>
<td width="78%" class="vtable">
<input name="noinstalllanspd" type="checkbox" id="noinstalllanspd" value="yes" <?php if ($pconfig['noinstalllanspd']) echo "checked=\"checked\""; ?> />
<strong><?=gettext("Do not install LAN SPD"); ?></strong>
OpenPOWER on IntegriCloud