Code

Commented out "ip & port information" for phone configuretion in user list.
[gosa.git] / plugins / admin / systems / main.inc
index d4939a122f0c86a32cc8212815637dbe6df4e40a..f9bd8fb9c6ba5e0fc779713e838958338a94123b 100644 (file)
@@ -42,16 +42,13 @@ if ($remove_lock){
 
        /* Page header*/
        if (isset($_SESSION['objectinfo'])){
-               $display= print_header(get_template_path('images/system.png'), _("System management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$_SESSION['objectinfo']);
+               $display= print_header(get_template_path('images/system.png'), _("System management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix($_SESSION['objectinfo']));
        } else {
                $display= print_header(get_template_path('images/system.png'), _("System management"));
        }
 
        /* Show and save dialog */
        $display.= $output;
-       $display.="<script language=\"JavaScript\" type=\"text/javascript\">
-            document.mainform.edit_finish.focus();
-         </script>";
        $_SESSION['systems']= $systems;
 }