summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-21 19:44:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-21 19:44:53 +0000
commit53ea15e0a447856e462b6b9ed8b2aa00aafedf5f (patch)
treebb9424dfb13330825d8ea1522446cbdc1b1a16d8 /usr/local/www/firewall_nat_edit.php
parentd00055f8ce8fe1ea7b662e59a42e444aad7fabb7 (diff)
downloadpfsense-53ea15e0a447856e462b6b9ed8b2aa00aafedf5f.zip
pfsense-53ea15e0a447856e462b6b9ed8b2aa00aafedf5f.tar.gz
Correctly display NOSYNC
Ticket #848
Diffstat (limited to 'usr/local/www/firewall_nat_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index b58dab0..a4b2b5b 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -380,14 +380,15 @@ include("fbegin.inc"); ?>
<input name="descr" type="text" class="formfld" id="descr" size="40" value="<?=htmlspecialchars($pconfig['descr']);?>">
<br> <span class="vexpl">You may enter a description here
for your reference (not parsed).</span></td>
- </tr><?php if ((!(isset($id) && $a_nat[$id])) || (isset($_GET['dup']))): ?>
+ </tr>
<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"; ?>><br>
HINT: This prevents the rule from automatically syncing to other carp members.
</td>
- </tr>
+ </tr>
+ <?php if ((!(isset($id) && $a_nat[$id])) || (isset($_GET['dup']))): ?>
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
OpenPOWER on IntegriCloud