From 2de870f3705fedfeba80c8ac66193036d8a4fc81 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 19 Feb 2004 17:29:02 +0000 Subject: only show "previous" button on first step in install; in standalone mode, we already have the "cancel" button --- perl-install/network/netconnect.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 591eaf3b1..1e6c6d58e 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -220,6 +220,7 @@ sub get_subwizard { } @connection_list = ({ val => \$cnx_type, type => 'list', list => [ map { $_->[0] } @connections ], }); }, + if_($::isInstall, no_back => 1), name => N("Choose the connection you want to configure"), interactive_help_id => 'configureNetwork', data => \@connection_list, -- cgit v1.2.1