Code

Updated images
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Mar 2010 13:25:19 +0000 (13:25 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Mar 2010 13:25:19 +0000 (13:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17397 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/class_faiDiskEntry.inc

index f41a5eccaee9a0c39ef4cef7ec1c4e0955251e5a..3ae42ea553d4606ae211416fdc99ee0bd8604a74 100644 (file)
@@ -539,12 +539,14 @@ class faiDiskEntry extends plugin
       // We can't remove freezed branches -> Hide remove button.
       if(!preg_match("/freeze/", $this->FAIstate)){
         $action =array(
-            "string" => "<input type='image' src='images/lists/edit.png' name='EditPartition_".$key."'>".
-            "<input type='image' src='images/lists/trash.png' name='RemovePartition_".$key."'>",
+            "string" => 
+              image('images/lists/edit.png','EditPartition_'.$key).
+              image('images/lists/trash.png','RemovePartition_'.$key),
             "attach" => "style='width:40px; border-right: 0px;'");
       }else{
         $action =array(
-            "string" => "<input type='image' src='images/lists/edit.png' name='EditPartition_".$key."'>",
+            "string" => 
+              image('images/lists/edit.png','EditPartition_'.$key),
             "attach" => "style='width:40px; border-right: 0px;'");
       }