From 87c236a1d6e69d493f05deea14e9dddf6cfc9e20 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 11 Sep 2007 12:14:54 +0000 Subject: [PATCH] Updated warnings when take over is initiated git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7262 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_servDHCP.inc | 2 +- plugins/admin/systems/class_servDNS.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/admin/systems/class_servDHCP.inc b/plugins/admin/systems/class_servDHCP.inc index e7dae441a..8bbf7a5e2 100644 --- a/plugins/admin/systems/class_servDHCP.inc +++ b/plugins/admin/systems/class_servDHCP.inc @@ -121,7 +121,7 @@ class servdhcp extends plugin $smarty->assign("dns_take_over",TRUE); $warning = sprintf(_("You are going to migrate the DHCP setup from server '%s'."),$this->dhcp_server_list['ENTRIES'][$id]['cn'][0]); - $warning.= _("The migration will be startet when you save this system. To cancel this action, use the cancel button below."); + $warning.= " "._("The migration will be startet when you save this system. To cancel this action, use the cancel button below."); if($this->display_warning){ print_red($warning); diff --git a/plugins/admin/systems/class_servDNS.inc b/plugins/admin/systems/class_servDNS.inc index 8248a9a72..d1571d18c 100644 --- a/plugins/admin/systems/class_servDNS.inc +++ b/plugins/admin/systems/class_servDNS.inc @@ -120,7 +120,7 @@ class servdns extends plugin $id = $this->take_over_id; $smarty->assign("dns_take_over",TRUE); $warning = sprintf(_("You are going to migrate the DNS setup from server '%s'."),$this->dns_server_list['ENTRIES'][$id]['cn'][0]); - $warning.= " "._("This includes 'all' DNS zones that are located within this server. Please double check if your really want to do this."); +# $warning.= " "._("This includes 'all' DNS zones that are located within this server. Please double check if your really want to do this."); $warning.= " "._("The migration will be startet when you save this system. To cancel this action, use the cancel button below."); if($this->display_warning){ -- 2.30.2