summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2011-02-13 07:44:52 -0700
committerErik Fonnesbeck <efonnes@gmail.com>2011-02-13 07:44:52 -0700
commit43f2eca799ddc1a1cd4566dc54b179a722547344 (patch)
tree71399faf40e77c0c7bcb518cc58f731637f33877 /usr/local/www/firewall_nat_edit.php
parentc769f9834c081ba73bef3c99262f81c7cc3a561d (diff)
downloadpfsense-43f2eca799ddc1a1cd4566dc54b179a722547344.zip
pfsense-43f2eca799ddc1a1cd4566dc54b179a722547344.tar.gz
Use autocomplete='off' like all other fields that accept aliases, to prevent web browser auto-complete from covering up the alias list popup.
Diffstat (limited to 'usr/local/www/firewall_nat_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index b62e257..361d324 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -669,7 +669,7 @@ include("fbegin.inc"); ?>
<tr>
<td><?=gettext("Address:"); ?>&nbsp;&nbsp;</td>
<td>
- <input name="dst" type="text" class="formfldalias" id="dst" size="20" value="<?php if (!is_specialnet($pconfig['dst'])) echo htmlspecialchars($pconfig['dst']);?>">
+ <input autocomplete='off' name="dst" type="text" class="formfldalias" id="dst" size="20" value="<?php if (!is_specialnet($pconfig['dst'])) echo htmlspecialchars($pconfig['dst']);?>">
/
<select name="dstmask" class="formselect" id="dstmask">
<?php
OpenPOWER on IntegriCloud