diff options
Diffstat (limited to 'nfs_wizard/nfs.wiz')
-rw-r--r-- | nfs_wizard/nfs.wiz | 84 |
1 files changed, 57 insertions, 27 deletions
diff --git a/nfs_wizard/nfs.wiz b/nfs_wizard/nfs.wiz index 4373259c..a2c232e2 100644 --- a/nfs_wizard/nfs.wiz +++ b/nfs_wizard/nfs.wiz @@ -9,6 +9,7 @@ defaultImage="__WIZ_HOME__/nfs_wizard/images/NFS" perlModule="__WIZ_HOME__/nfs_wizard/scripts/NFSConf.pm" rpm="nfs-utils" + summaryFunc="do_it" > <Variable @@ -138,7 +139,7 @@ > <Target - targetName="congratulations" + targetName="doit" jumpIndex="1" > </Target> @@ -168,7 +169,6 @@ <Chooser name="chooser1" variableName="wiz_nfs_level" - helpFontName="Default" > <Option @@ -186,11 +186,11 @@ </Page> <Page name="shownet" - func="do_it" helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-proxy.html" - jumpPage="congratulations" + jumpPage="doit" executionLevel="NORMAL" nextFinish="false" + is="wiz_nfs_level=2" canBack="true" canCancel="true" > @@ -217,6 +217,59 @@ </Page> <Page + helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-samba.html" + name="doit" + func="do_it" + nextButtonText="Configure" + executionLevel="NORMAL" + nextFinish="false" + canBack="true" + canCancel="true" + > + <Target + targetName="catastrophic_exit" + jumpIndex="2" + > + </Target> + + <Target + targetName="congratulations" + jumpIndex="10" + > + </Target> + + <Info + helpText="The wizard collected the following parameters." + > + </Info> + + <Freetext + name="freetext" + variableName="varwiz_nfs_dir" + helpText="Exported dir:" + editable="false" + > + </Freetext> + + <Freetext + name="freetext" + variableName="wiz_nfs_level" + helpText="Access :" + editable="false" + > + </Freetext> + + <Freetext + name="freetext1" + variableName="wiz_netmask" + helpText="Netmask :" + editable="false" + > + </Freetext> + + </Page> + + <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-nfs.html" name="congratulations" nextButtonText="Quit" @@ -227,34 +280,11 @@ > <Info - name="info23" - alignement="Center" helpText="Congratulations" - guiType="label" - fontName="Default" - fontStyle="bold" - fontSize="14" > </Info> - <Info - name="info20" - alignement="Center" - guiType="label" - fontName="Default" - fontStyle="plain" - fontSize="11" - > - </Info> - - <Info - name="info24" - alignement="Center" helpText="The wizard successfully configured your NFS Server" - guiType="label" - fontName="Default" - fontStyle="plain" - fontSize="11" > </Info> </Page> |