summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-09-23 12:51:38 -0400
committerjim-p <jimp@pfsense.org>2010-09-23 12:51:38 -0400
commit313827fd06b2f12d6013f3605bfc52e50494fddd (patch)
tree9e327d1dbd1e3d514d4af136f1828d5f4f3e30b6 /usr/local/www/system_gateway_groups.php
parent838e27bf24f54735795387800ce2d43662f3cc81 (diff)
downloadpfsense-313827fd06b2f12d6013f3605bfc52e50494fddd.zip
pfsense-313827fd06b2f12d6013f3605bfc52e50494fddd.tar.gz
Add a note to the Gateway Groups page reminding users that they must be used in firewall rules, and don't work just by defining the groups. Also, add thead/tbody/tfoot.
Diffstat (limited to 'usr/local/www/system_gateway_groups.php')
-rwxr-xr-xusr/local/www/system_gateway_groups.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/local/www/system_gateway_groups.php b/usr/local/www/system_gateway_groups.php
index 80551ae..de03928 100755
--- a/usr/local/www/system_gateway_groups.php
+++ b/usr/local/www/system_gateway_groups.php
@@ -115,6 +115,7 @@ include("head.inc");
<td>
<div id="mainarea">
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
+ <thead>
<tr>
<td width="15%" class="listhdrr"><?=gettext("Group Name");?></td>
<td width="15%" class="listhdrr"><?=gettext("Gateways");?></td>
@@ -129,6 +130,8 @@ include("head.inc");
</table>
</td>
</tr>
+ </thead>
+ <tbody>
<?php $i = 0; foreach ($a_gateway_groups as $gateway_group): ?>
<tr>
<td class="listlr" ondblclick="document.location='system_gateway_groups_edit.php?id=<?=$i;?>';">
@@ -170,6 +173,8 @@ include("head.inc");
</tr>
<?php $i++; endforeach; ?>
<tr>
+ </tbody>
+ <tfoot>
<td class="list" colspan="4"></td>
<td class="list">
<table border="0" cellspacing="0" cellpadding="1">
@@ -184,8 +189,10 @@ include("head.inc");
</div>
</td>
</tr>
+ </tfoot>
</table>
</form>
+ <p><b><?=gettext("Note:");?></b> <?=gettext("Remember to use these Gateway Groups in firewall rules in order to enable load balancing, failover, or policy-based routing. Without rules directing traffic into the Gateway Groups, they will not be used.");?></p>
<?php include("fend.inc"); ?>
</body>
</html>
OpenPOWER on IntegriCloud