diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-08-24 08:38:57 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-08-24 08:38:57 +0000 |
commit | 3bc20f709cd516d6ab745a8e45ba60bad52032a3 (patch) | |
tree | 3a9c54bf7c41b5c3296ba1a9a4bca345d7b746a4 | |
parent | 49e5003ba389056bd8329d23290d48e987004e18 (diff) | |
download | drakwizard-3bc20f709cd516d6ab745a8e45ba60bad52032a3.tar drakwizard-3bc20f709cd516d6ab745a8e45ba60bad52032a3.tar.gz drakwizard-3bc20f709cd516d6ab745a8e45ba60bad52032a3.tar.bz2 drakwizard-3bc20f709cd516d6ab745a8e45ba60bad52032a3.tar.xz drakwizard-3bc20f709cd516d6ab745a8e45ba60bad52032a3.zip |
summary-remove step: remove back button
-rwxr-xr-x | samba_wizard/Sambashare.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samba_wizard/Sambashare.pm b/samba_wizard/Sambashare.pm index 833afa89..68a9b94e 100755 --- a/samba_wizard/Sambashare.pm +++ b/samba_wizard/Sambashare.pm @@ -570,6 +570,7 @@ $o->{pages} = { ], post => \&do_it_remove_share, next => 'end_delete_share', + no_back => 1, }, summary_add_user_share => { name => N("Summary of add a user share") . "\n\n" . N("If you really want to add this share, click the Next button or use the Back button."), |