diff options
Diffstat (limited to 'ftp_wizard/ftp.wiz')
-rw-r--r-- | ftp_wizard/ftp.wiz | 75 |
1 files changed, 2 insertions, 73 deletions
diff --git a/ftp_wizard/ftp.wiz b/ftp_wizard/ftp.wiz index 839e36df..5c7a055c 100644 --- a/ftp_wizard/ftp.wiz +++ b/ftp_wizard/ftp.wiz @@ -29,16 +29,13 @@ shellVariable="wiz_ftp_external" > </Variable> + <Variable name="wiz_ftp_home" shellVariable="wiz_ftp_external" > </Variable> - <Variable - name="wiz_dir" - shellVariable="wiz_dir" - > - </Variable> + <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-ftp.html" name="welcome" @@ -165,67 +162,6 @@ </Page> <Page - name="ask_dir" - func="check_dir" - executionLevel="NORMAL" - nextFinish="false" - canBack="true" - canCancel="true" - > - - <Target - targetName="error_in_dir" - jumpIndex="1" - > - </Target> - - <Target - targetName="confirmation" - jumpIndex="10" - > - </Target> - - <Info - helpText="Shared directory:" - > - </Info> - - <Info - helpText="Type the path of the directory you want being shared." - > - </Info> - - <Freetext - name="freetext_dir" - variableName="wiz_dir" - fillfunc="get_dir" - helpText="Shared directory:" - editable="true" - > - </Freetext> - - </Page> - - - <Page - helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-samba.html" - name="error_in_dir" - jumpPage="ask_dir" - nextButtonText="Fix it" - executionLevel="NORMAL" - nextFinish="false" - canBack="true" - canCancel="true" - > - - <Info - helpText="The path you entered does not exist." - > - </Info> - </Page> - - - <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-ftp.html" name="confirmation" func="do_it" @@ -263,13 +199,6 @@ needed to configure your FTP Server" > </Freetext> - <Freetext - variableName="wiz_dir" - helpText="Public directory:" - editable="false" - > - </Freetext> - <Info helpText="To accept these values, and configure your server, click the Next button or use the Back button to correct them." > |