summaryrefslogtreecommitdiffstats
path: root/dns_wizard/Bind.pm
diff options
context:
space:
mode:
Diffstat (limited to 'dns_wizard/Bind.pm')
-rw-r--r--dns_wizard/Bind.pm6
1 files 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."),