summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1821f9a)
raw | patch | inline | side by side (parent: 1821f9a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Mar 2010 10:45:01 +0000 (10:45 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc
index 480cf906ebee47d6e7e1c665da5fd2369981cebf..4488888e8fe0efcd39347856bec5e3b3c1faac46 100644 (file)
$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;
}