From: cajus Date: Thu, 19 Apr 2007 07:21:12 +0000 (+0000) Subject: Updated style X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=60585c1451ad5c5317b4892716885833d65f920a;p=gosa.git Updated style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6109 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setupStep_Ldap.inc b/setup/class_setupStep_Ldap.inc index dc0b9898c..4fb1ebe6c 100644 --- a/setup/class_setupStep_Ldap.inc +++ b/setup/class_setupStep_Ldap.inc @@ -100,10 +100,10 @@ class Step_Ldap extends setup_step return("".$str.""); }else{ if(empty($this->admin)){ - $str = sprintf(_("Anonymous bind successful on server '%s'. Please specify user and password."),$this->connection); + $str = sprintf(_("Anonymous bind on server '%s' succeeded. Please specify user and password."),$this->connection); return("".$str.""); }else{ - $str = sprintf(_("Bind as user '%s' successful on server '%s'."),$this->admin,$this->connection); + $str = sprintf(_("Bind as user '%s' on server '%s' succeeded."),$this->admin,$this->connection); return("".$str.""); } } diff --git a/setup/setup_ldap.tpl b/setup/setup_ldap.tpl index 6ea0f591f..289a0f35a 100644 --- a/setup/setup_ldap.tpl +++ b/setup/setup_ldap.tpl @@ -17,6 +17,8 @@ + +
{else}