Code

Fixed images in FAI list
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Mar 2010 10:45:01 +0000 (10:45 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Mar 2010 10:45:01 +0000 (10:45 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16950 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc

index 480cf906ebee47d6e7e1c665da5fd2369981cebf..4488888e8fe0efcd39347856bec5e3b3c1faac46 100644 (file)
@@ -665,7 +665,7 @@ class workstartup extends plugin
             $desc ="";
             foreach($this->cache['CLASSES'][$this->FAIrelease][$class] as $types ){
               if(isset($types['Abbr'])){
-                $desc.= "<img src='".$objects[$types['Abbr']]['IMG']."' class='center'> ";
+                $desc.= image($objects[$types['Abbr']]['IMG']);
                 if($types['Type'] == "FAIprofile"){
                   break;
                 }