summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip.php
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2014-10-02 22:01:54 +0200
committerPiBa-NL <pba_2k3@yahoo.com>2014-10-02 22:01:54 +0200
commit8d3c338e5c5b813d346575838b5be6db73ee102d (patch)
tree38b0cc796dd9377bcfb380613fc53bedc6fc82be /usr/local/www/firewall_virtual_ip.php
parent547d76411ea7d6f7145b8203343f030f3c7f25bc (diff)
downloadpfsense-8d3c338e5c5b813d346575838b5be6db73ee102d.zip
pfsense-8d3c338e5c5b813d346575838b5be6db73ee102d.tar.gz
firewall_virtual_ip make the table sortable remove double tfoot, but use 2 tr inside.
Diffstat (limited to 'usr/local/www/firewall_virtual_ip.php')
-rw-r--r--usr/local/www/firewall_virtual_ip.php34
1 files changed, 18 insertions, 16 deletions
diff --git a/usr/local/www/firewall_virtual_ip.php b/usr/local/www/firewall_virtual_ip.php
index 70e76f0..f4aa0d3 100644
--- a/usr/local/www/firewall_virtual_ip.php
+++ b/usr/local/www/firewall_virtual_ip.php
@@ -279,23 +279,25 @@ include("head.inc");
</tr>
<?php endif; ?>
<?php $i++; endforeach; ?>
- <tfoot>
- <td class="list" colspan="4"></td>
- <td class="list">
- <table border="0" cellspacing="0" cellpadding="1" summary="edit">
- <tr>
- <td width="17"></td>
- <td valign="middle"><a href="firewall_virtual_ip_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0" alt="edit" /></a></td>
- </tr>
- </table>
- </td>
- </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>
+ <tr>
+ <td class="list" colspan="4"></td>
+ <td class="list">
+ <table border="0" cellspacing="0" cellpadding="1" summary="edit">
+ <tr>
+ <td width="17"></td>
+ <td valign="middle"><a href="firewall_virtual_ip_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0" alt="edit" /></a></td>
+ </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>
</tfoot>
</table>
</div><!-- div:mainarea -->
OpenPOWER on IntegriCloud