Commit 5f1f9cae authored by Franco Fichtner's avatar Franco Fichtner

wizard: similar cleanups for system wizard

parent 965b6eba
...@@ -57,7 +57,6 @@ ...@@ -57,7 +57,6 @@
<name>Hostname</name> <name>Hostname</name>
<type>input</type> <type>input</type>
<bindstofield>wizardtemp->system->hostname</bindstofield> <bindstofield>wizardtemp->system->hostname</bindstofield>
<description>EXAMPLE: myserver</description>
<validate>^[A-Za-z0-9.|-]+$</validate> <validate>^[A-Za-z0-9.|-]+$</validate>
<message>Invalid Hostname</message> <message>Invalid Hostname</message>
</field> </field>
...@@ -65,7 +64,6 @@ ...@@ -65,7 +64,6 @@
<name>Domain</name> <name>Domain</name>
<type>input</type> <type>input</type>
<bindstofield>wizardtemp->system->domain</bindstofield> <bindstofield>wizardtemp->system->domain</bindstofield>
<description>EXAMPLE: mydomain.com</description>
<validate>^[a-z0-9.|-]+$</validate> <validate>^[a-z0-9.|-]+$</validate>
<message>Domain name field is invalid</message> <message>Domain name field is invalid</message>
</field> </field>
...@@ -297,7 +295,6 @@ ...@@ -297,7 +295,6 @@
<field> <field>
<name>PPPoE Service name</name> <name>PPPoE Service name</name>
<type>input</type> <type>input</type>
<description>Hint: this field can usually be left empty</description>
<bindstofield>wizardtemp->wan->provider</bindstofield> <bindstofield>wizardtemp->wan->provider</bindstofield>
</field> </field>
<field> <field>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment