summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-11 18:38:31 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-11 18:38:31 +0545
commit32de353f255cd692fdf1f4e2774a0ad0eb5b3299 (patch)
tree6674ccb2aa891a9155e35a379813be05aecec21f /src/usr/local/www/firewall_nat_edit.php
parent9a3b6f7fdda6057d3f3614223c0bb42ecd38be7a (diff)
downloadpfsense-32de353f255cd692fdf1f4e2774a0ad0eb5b3299.zip
pfsense-32de353f255cd692fdf1f4e2774a0ad0eb5b3299.tar.gz
No XMLRPC Sync checkbox layout
If null is passed for the text to go after the checkbox, then the checkbox does not line up nicely on the page with the other items above and below it. If some text (or even the empty string) is passed then the lineup is all good. In this case it seems reasonable to put some text here, like is done higher up for "Disable" and "No RDR" checkboxes.
Diffstat (limited to 'src/usr/local/www/firewall_nat_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_edit.php b/src/usr/local/www/firewall_nat_edit.php
index cd28d86..dcf982d 100644
--- a/src/usr/local/www/firewall_nat_edit.php
+++ b/src/usr/local/www/firewall_nat_edit.php
@@ -865,7 +865,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Checkbox(
'nosync',
'No XMLRPC Sync',
- null,
+ 'Do not automatically sync to other CARP members',
$pconfig['nosync']
))->setHelp('This prevents the rule on Master from automatically syncing to other CARP members. ' .
'This does NOT prevent the rule from being overwritten on Slave.');
OpenPOWER on IntegriCloud