Code

Updated warnings when take over is initiated
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Sep 2007 12:14:54 +0000 (12:14 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Sep 2007 12:14:54 +0000 (12:14 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7262 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_servDHCP.inc
plugins/admin/systems/class_servDNS.inc

index e7dae441a4c59574777d5c5b71015b61a7151a70..8bbf7a5e2dbc6db7eef43869f7ae2af8d57d7a20 100644 (file)
@@ -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.= "&nbsp;"._("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);
index 8248a9a727087202a1d1da0b096a1a91c99acb1f..d1571d18ca00e2cfdd553d0f0c1b04f6713724a7 100644 (file)
@@ -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.= "&nbsp;"._("This includes 'all' DNS zones that are located within this server. Please double check if your really want to do this.");
+#      $warning.= "&nbsp;"._("This includes 'all' DNS zones that are located within this server. Please double check if your really want to do this.");
       $warning.= "&nbsp;"._("The migration will be startet when you save this system. To cancel this action, use the cancel button below.");
 
       if($this->display_warning){