Code

Removed print_red from class_config.inc
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 4 Jan 2008 16:33:57 +0000 (16:33 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 4 Jan 2008 16:33:57 +0000 (16:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8226 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_config.inc

index ea33f2c39705b1f509607bd12a75cb17c925c097..07877ebad888efbd06fa916b142cc1b018edd5be 100644 (file)
@@ -221,7 +221,7 @@ class config  {
     /* Check for connection */
     if (is_null($this->ldap) || (is_int($this->ldap) && $this->ldap == 0)){
       $smarty= get_smarty();
-      print_red (_("Can't bind to LDAP. Please contact the system administrator."));
+      msg_dialog::display(_("LDAP error"), _("Can't bind to LDAP. Please contact the system administrator."), ERROR_DIALOG);
       display_error_page();
     }
 
@@ -547,7 +547,7 @@ class config  {
       /* If no samba servers are found, look for configured sid/ridbase */
       if (count($this->data['SERVERS']['SAMBA']) == 0){
         if (!isset($this->current["SID"]) || !isset($this->current["RIDBASE"])){
-          print_red(_("SID and/or RIDBASE missing in your configuration!"));
+          msg_dialog::display(_("Configuration error"), _("SID and/or RIDBASE missing in the configuration!"), ERROR_DIALOG);
           display_error_page();
         } else {
           $this->data['SERVERS']['SAMBA']['DEFAULT']= array(