summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <garga@pfSense.org>2013-07-21 06:55:53 -0700
committerRenato Botelho <garga@pfSense.org>2013-07-21 06:55:53 -0700
commit4b8628b59527b8c483328912f72d0f231316d406 (patch)
tree394421cc2935c2b6bce81fcec8938a8701a0546c /usr
parent3e2ecafe4dc4dabef611c7eb6879730107a690e2 (diff)
parent3b648a09f8e9a5320a25a722083998794acc1e0c (diff)
downloadpfsense-4b8628b59527b8c483328912f72d0f231316d406.zip
pfsense-4b8628b59527b8c483328912f72d0f231316d406.tar.gz
Merge pull request #716 from phil-davis/master
Fix editing saving dhcp6prefixonly state
Diffstat (limited to 'usr')
-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 ae5928e..3805c30 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -2117,7 +2117,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<tr style='display:none' name="basicdhcp6_show_dhcp6_prefix_only" id="basicdhcp6_show_dhcp6_prefix_only">
<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