Code

...
[gosa.git] / plugins / admin / systems / class_componentGeneric.inc
index 3a8ab8d9ff06d062c56bf20a02ad87a4732d91d7..99082b49bb4c4c24bd82f6201f946a866ed827fd 100644 (file)
@@ -43,7 +43,7 @@ class componentGeneric extends plugin
   {
     /* Do we represent a valid phone? */
     if (!$this->is_account && $this->parent == NULL){
-      $display= "<img src=\"images/stop.png\" align=center>&nbsp;<b>".
+      $display= "<img src=\"images/stop.png\" align=middle>&nbsp;<b>".
         _("This 'dn' has no network features.")."</b>";
       return($display);
     }