diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-23 15:33:16 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-23 15:33:16 +0000 |
commit | 25ad099347d03cee594978096d1b5601a5613c33 (patch) | |
tree | 993e7df55de5ba7f6f20b05073c32f62227e1d6a /dns_wizard | |
parent | 600c8e8614acfa510c7335f9672914ea6fb0f8af (diff) | |
download | drakwizard-25ad099347d03cee594978096d1b5601a5613c33.tar drakwizard-25ad099347d03cee594978096d1b5601a5613c33.tar.gz drakwizard-25ad099347d03cee594978096d1b5601a5613c33.tar.bz2 drakwizard-25ad099347d03cee594978096d1b5601a5613c33.tar.xz drakwizard-25ad099347d03cee594978096d1b5601a5613c33.zip |
fixed no Grid tag
Diffstat (limited to 'dns_wizard')
-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." > |