diff --git a/src/www/interfaces.php b/src/www/interfaces.php
index 6ce7d7a61..1d15a856f 100644
--- a/src/www/interfaces.php
+++ b/src/www/interfaces.php
@@ -1455,7 +1455,6 @@ include("head.inc");
$(".dhcp_basic").removeClass("hidden");
break;
case "advanced":
- $(".dhcp_basic").removeClass("hidden");
$(".dhcp_advanced").removeClass("hidden");
break;
case "file":
@@ -1477,7 +1476,6 @@ include("head.inc");
$(".dhcpv6_basic").removeClass("hidden");
break;
case "advanced":
- $(".dhcpv6_basic").removeClass("hidden");
$(".dhcpv6_advanced").removeClass("hidden");
break;
case "file":
@@ -1928,17 +1926,6 @@ include("head.inc");
-
-
=gettext("Hostname"); ?>
-
-
-
- =gettext("The value in this field is sent as the DHCP client identifier " .
- "and hostname when requesting a DHCP lease. Some ISPs may require " .
- "this (for client identification)."); ?>
-
-
-
=gettext("Alias IPv4 address"); ?>
@@ -1976,6 +1963,17 @@ include("head.inc");
+
+
=gettext("Hostname"); ?>
+
+
+
+ =gettext("The value in this field is sent as the DHCP client identifier " .
+ "and hostname when requesting a DHCP lease. Some ISPs may require " .
+ "this (for client identification)."); ?>
+
+
+
=gettext("Protocol Timing"); ?>
@@ -2445,24 +2443,6 @@ include("head.inc");
-
-
=gettext("Enable debug"); ?>
-
- />
-
- =gettext("Enable debug mode for DHCPv6 client"); ?>
-
-
-
-
-
=gettext("Use IPv4 connectivity"); ?>
-
- />
-
- =gettext("Request a IPv6 prefix/information through the IPv4 connectivity link"); ?>
-
-
-
=gettext("Request only a IPv6 prefix"); ?>
@@ -2472,15 +2452,6 @@ include("head.inc");
-
-
=gettext('Directly send SOLICIT'); ?>
-
- />
-
- = gettext('In case the ISP requires a SOLICIT message for authentication, select this option to prevent indefinite waiting for a router advertisement.') ?>
-
-
-
=gettext("DHCPv6 Prefix Delegation size"); ?>
@@ -2507,6 +2478,33 @@ include("head.inc");
+
+
=gettext('Directly send SOLICIT'); ?>
+
+ />
+
+ = gettext('In case the ISP requires a SOLICIT message for authentication, select this option to prevent indefinite waiting for a router advertisement.') ?>
+
+
+
+
+
=gettext("Use IPv4 connectivity"); ?>
+
+ />
+
+ =gettext("Request a IPv6 prefix/information through the IPv4 connectivity link"); ?>
+
+
+
+
+
=gettext("Enable debug"); ?>
+
+ />
+
+ =gettext("Enable debug mode for DHCPv6 client"); ?>
+