diff options
-rw-r--r-- | dns_wizard/dns.wiz | 59 |
1 files changed, 16 insertions, 43 deletions
diff --git a/dns_wizard/dns.wiz b/dns_wizard/dns.wiz index f7b9f68c..945efe91 100644 --- a/dns_wizard/dns.wiz +++ b/dns_wizard/dns.wiz @@ -109,43 +109,24 @@ > </Info> - - <Grid - name="grid" - rows="2" - columns="3" + <Freetext + name="wiz_ext_dns1" + variableName="wiz_ext_dns1" + helpText="Primary DNS Address:" + fillScript="get_var wiz_ext_dns1" + editable="true" > + </Freetext> - <Info - helpText="Primary DNS Address:" - > - </Info> - - <Freetext - name="wiz_ext_dns1" - variableName="wiz_ext_dns1" - fillScript="get_var wiz_ext_dns1" - editable="true" - > - </Freetext> - - - <Info - helpText="Secondary DNS Address:" - > - </Info> - - <Freetext - name="wiz_ext_dns2" - variableName="wiz_ext_dns2" - fillScript="get_var wiz_ext_dns2" - editable="true" - > - </Freetext> - - </Grid> - - + <Freetext + name="wiz_ext_dns2" + variableName="wiz_ext_dns2" + helpText="Secondary DNS Address:" + fillScript="get_var wiz_ext_dns2" + editable="true" + > + </Freetext> + <Info helpText="IP addresses are a dotted list of four numbers smaller than 256." > @@ -283,12 +264,6 @@ needed to configure your DNS service:" </Info> - <Grid - name="grid" - rows="2" - columns="3" - > - <Info helpText="Primary DNS Address:" > @@ -314,8 +289,6 @@ needed to configure your DNS service:" > </Freetext> - </Grid> - <Info helpText="To accept these values, and configure your server, click on \qConfigure\q or use the Back button to correct them." > |