summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-08-24 08:38:57 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-08-24 08:38:57 +0000
commit3bc20f709cd516d6ab745a8e45ba60bad52032a3 (patch)
tree3a9c54bf7c41b5c3296ba1a9a4bca345d7b746a4
parent49e5003ba389056bd8329d23290d48e987004e18 (diff)
downloaddrakwizard-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-xsamba_wizard/Sambashare.pm1
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."),