summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip.php
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 /usr/local/www/firewall_virtual_ip.php
parente7b03bc1f4fdec9721fe0cd2373576657ef7dff1 (diff)
downloadpfsense-547d76411ea7d6f7145b8203343f030f3c7f25bc.zip
pfsense-547d76411ea7d6f7145b8203343f030f3c7f25bc.tar.gz
firewall_virtual_ip make the table sortable
Diffstat (limited to 'usr/local/www/firewall_virtual_ip.php')
-rw-r--r--usr/local/www/firewall_virtual_ip.php24
1 files changed, 12 insertions, 12 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>
OpenPOWER on IntegriCloud