From 747de9d155249ec1b5058347f32cfe77e40dd548 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 7 Sep 2005 09:17:51 +0000 Subject: fix missing banner, adjust next,back button --- dns_wizard/Bind.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm index 22b66e5f..3b2cf3b2 100644 --- a/dns_wizard/Bind.pm +++ b/dns_wizard/Bind.pm @@ -72,7 +72,7 @@ my $o = { }, needed_rpm => [ 'bind' ], }; - +$::Wizard_pix_up = "/usr/share/mcc/themes/default/dns_server-mdk.png"; my %level = ( 1 => N("Master DNS server"), 2 => N("Slave DNS server"), @@ -133,7 +133,7 @@ $o->{pages} = { { label => N("IP address of the machine:"), val => \$o->{var}{CLIENTIP} }, ], post => \&check_iph, - next => 'summaryadd', + next => 'summaryadd', no_back => 1, }, removehost => { name => N("Remove host:") . "\n\n" . N("Remove a host in existing DNS configuration.") . "\n\n" . N("Choose the host you want to remove in the following list."), @@ -141,7 +141,7 @@ $o->{pages} = { { label => N("Computer Name:"), val => \$o->{var}{CLIENTNAME}, fixed_list => \@list_hosts }, ], post => \&list_hosts, - next => 'summaryremove', + next => 'summaryremove', no_back => 1, }, slave => { name => N("Slave DNS server") . "\n\n" . N("A slave name server will take some of the burden away from your primary name server, and will also function as a backup server, in case your master server is unreachable."), -- cgit v1.2.1