summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out_edit.php
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/www/firewall_nat_out_edit.php
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/www/firewall_nat_out_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php3
1 files changed, 2 insertions, 1 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>
OpenPOWER on IntegriCloud