summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9c7cf22)
raw | patch | inline | side by side (parent: 9c7cf22)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Sep 2007 12:14:54 +0000 (12:14 +0000) | ||
committer | hickert <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 | patch | blob | history | |
plugins/admin/systems/class_servDNS.inc | patch | blob | history |
index e7dae441a4c59574777d5c5b71015b61a7151a70..8bbf7a5e2dbc6db7eef43869f7ae2af8d57d7a20 100644 (file)
$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);
index 8248a9a727087202a1d1da0b096a1a91c99acb1f..d1571d18ca00e2cfdd553d0f0c1b04f6713724a7 100644 (file)
$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){