diff options
Diffstat (limited to 'client_wizard/client.wiz')
-rw-r--r-- | client_wizard/client.wiz | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/client_wizard/client.wiz b/client_wizard/client.wiz index 13611bc3..65475c8d 100644 --- a/client_wizard/client.wiz +++ b/client_wizard/client.wiz @@ -3,11 +3,11 @@ <Wizard name="general" - libScript="__WIZ_HOME__/common/scripts/functions.sh" + libScript="/home/logarno/soft/wizard_perl/test/common/scripts/functions.sh" wizardTitle="DNS Wizard (add client)" imagePosition="top" - defaultImage="__WIZ_HOME__/client_wizard/images/DNS" - perlModule="__WIZ_HOME__/client_wizard/scripts/Clientconf.pm" + defaultImage="/home/logarno/soft/wizard_perl/test/client_wizard/images/DNS" + perlModule="/home/logarno/soft/wizard_perl/test/client_wizard/scripts/Clientconf.pm" rpm="bind" > @@ -30,6 +30,7 @@ nextFinish="false" canBack="true" canCancel="true" + func="check" > <Target @@ -45,7 +46,7 @@ </Target> <Target - targetName="error_need_net" + targetName="error_dhcp" jumpIndex="2" > </Target> @@ -77,6 +78,21 @@ > </Info> </Page> + <Page + helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-web.html" + name="error_dhcp" + jumpPage="CLIENT" + executionLevel="NORMAL" + nextFinish="false" + canBack="true" + canCancel="true" + > + + <Info + helpText="Warning\nYou are in dhcp, server may not work with your configuration." + > + </Info> + </Page> <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz.html" @@ -195,7 +211,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz.html" name="error_need_net" - subWizard="__WIZ_HOME__/server_wizard/server.wiz" + subWizard="/home/logarno/soft/wizard_perl/test/server_wizard/server.wiz" executionLevel="NORMAL" nextFinish="false" canBack="false" |