Code

Fixed image
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 08:30:34 +0000 (08:30 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 08:30:34 +0000 (08:30 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11950 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/class_target_list.inc
gosa-plugins/goto/addons/goto/events/class_DaemonEvent_localboot.inc
gosa-plugins/goto/addons/goto/events/class_EventTargetAddList.inc
gosa-plugins/goto/html/images/localboot.png [new file with mode: 0644]

index 5f78a2c19bf5f4ac65c9fa53c7ac93a8d1e19d4d..d6e36ab2fe3d13a2264b62db395e63c968a0e7ea 100644 (file)
@@ -200,7 +200,7 @@ class target_list extends MultiSelectWindow
       if(in_array("goServer",$val['objectClass'])){
         $img = "<img src='plugins/systems/images/select_server.png' alt='"._("Server")."' ".$title.">";
       }elseif(in_array("gotoWorkstation",$val['objectClass'])){
-        $img = "<img src='images/select_workstation.png' alt='"._("Workstation")."' ".$title.">";
+        $img = "<img src='plugins/systems/images/select_workstation.png' alt='"._("Workstation")."' ".$title.">";
       }elseif(in_array("gosaGroupOfNames",$val['objectClass'])){
         $img = "<img src='images/list_ogroup.png' alt='"._("Object group")."' ".$title.">";
       }
index f3ff263d6b3d0d0c64737c6c37c24758e7df8cd1..3906c2df5feb708500a7e2fa6b2bd74016a6033e 100644 (file)
@@ -30,8 +30,8 @@ class DaemonEvent_localboot extends DaemonEvent
     $this->s_Schedule_Action = "job_trigger_action_localboot";
     $this->s_Trigger_Action= "gosa_trigger_action_localboot";
     $this->s_Queued_Action= "trigger_action_localboot";
-    $this->s_Menu_Image = "images/select_workstation.png";
-    $this->s_List_Image = "images/select_workstation.png";
+    $this->s_Menu_Image = "plugins/goto/images/localboot.png";
+    $this->s_List_Image = "plugins/goto/images/localboot.png";
   }
 
   public function execute()
index 38ef9ffe652c7330353f43469f3d1c2571f62f4f..0df9e751d3029cea3a84d875b8cb433abda3c23e 100644 (file)
@@ -246,7 +246,7 @@ class EventTargetAddList extends MultiSelectWindow
           continue;
         }
       }elseif(in_array("gotoWorkstation",$obj['objectClass'])){
-        $img = '<img class="center" src="images/select_workstation.png" alt="W" title="'._("Workstation").'">';
+        $img = '<img class="center" src="plugins/systems/images/select_workstation.png" alt="W" title="'._("Workstation").'">';
         if($this->filter_iprange){
           if(!isset($obj['ipHostNumber']) || !tests::is_in_ip_range($this->ipfrom,$this->ipto,$obj['ipHostNumber'][0])) {
             continue;
diff --git a/gosa-plugins/goto/html/images/localboot.png b/gosa-plugins/goto/html/images/localboot.png
new file mode 100644 (file)
index 0000000..33df4ef
Binary files /dev/null and b/gosa-plugins/goto/html/images/localboot.png differ