summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@world.inf.org>2013-07-21 02:29:27 -0700
committerRenato Botelho <garga@FreeBSD.org>2013-07-21 10:56:40 -0300
commit3dd6ed1ac110b3741c74a8845f30cc33379941a5 (patch)
tree542b7d75688e8edbba4a3fb3a7751bdc4cded94f
parent8b8594c4d28c55fc5133113c75a239364bdbbf59 (diff)
downloadpfsense-3dd6ed1ac110b3741c74a8845f30cc33379941a5.zip
pfsense-3dd6ed1ac110b3741c74a8845f30cc33379941a5.tar.gz
Fix editing saving dhcp6prefixonly state
Reported in redmine #3097 and forum http://forum.pfsense.org/index.php/topic,64483.msg350255.html#msg350255
-rwxr-xr-xusr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 5b8305b..2ea43e1 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1803,7 +1803,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Request only a IPv6 prefix"); ?></td>
<td width="78%" class="vtable">
- <input name="dhcp6prefixonly" type="checkbox" value="yes" <?php if ($pconfig['dhcp6prefixonly'] == true) echo "checked=\"checked\""; ?> />
+ <input name="dhcp6prefixonly" type="checkbox" id="dhcp6prefixonly" value="yes" <?php if ($pconfig['dhcp6prefixonly'] == true) echo "checked=\"checked\""; ?> />
<?=gettext("Only request a IPv6 prefix, do not request a IPv6 address"); ?>
</td>
</tr>
OpenPOWER on IntegriCloud