summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-05 00:12:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-05 00:12:06 +0000
commitc32518faf711428d0ce4ac401ac2b3948aad7e66 (patch)
treeecfedaa63c98a0a695242bbd14f243528ef01303 /usr/local
parentbe093fab602a38ff8d4e853dcf099b0fcf870257 (diff)
downloadpfsense-c32518faf711428d0ce4ac401ac2b3948aad7e66.zip
pfsense-c32518faf711428d0ce4ac401ac2b3948aad7e66.tar.gz
Add blurb HINT: This prevents the rule from automatically syncing to other carp memebers.
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php3
-rwxr-xr-xusr/local/www/firewall_rules_edit.php3
2 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index 4c2ba59..426b8d8 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -397,7 +397,8 @@ function sourcesel_change() {
<tr>
<td width="22%" valign="top" class="vncell">No XMLRPC Sync</td>
<td width="78%" class="vtable">
- <input name="nosync" type="checkbox" class="formfld" id="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>>
+ <input name="nosync" type="checkbox" class="formfld" id="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br>
+ HINT: This prevents the rule from automatically syncing to other carp memebers.
</td>
</tr>
<tr>
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 8e28a33..c9be47d 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -686,7 +686,8 @@ include("head.inc");
<tr>
<td width="22%" valign="top" class="vncell">No XMLRPC Sync</td>
<td width="78%" class="vtable">
- <input type="checkbox" name="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>>
+ <input type="checkbox" name="nosync"<?php if($pconfig['nosync']) echo " CHECKED"; ?>><br>
+ HINT: This prevents the rule from automatically syncing to other carp memebers.
</td>
</tr>
<?php
OpenPOWER on IntegriCloud