Code

Added clock.png to systems
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 10:42:55 +0000 (10:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 10:42:55 +0000 (10:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11796 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_divListSystem.inc
gosa-plugins/systems/html/images/cdrom.png [new file with mode: 0644]
gosa-plugins/systems/html/images/clock.png [new file with mode: 0644]

index fd8153a02cb8b2c83799cddc2341197b85fbfd90..4c5eb25af20e2213c7f3699340144276a00267c5 100644 (file)
@@ -209,7 +209,7 @@ class divListSystem extends MultiSelectWindow
         $s.= "...|".$event['MenuImage']."&nbsp;".$event['s_Menu_Name']."|trigger_event_".$name."\n";
       }
 
-      $s.= "..|<img src='images/clock.png' alt='' border='0' class='center'>".
+      $s.= "..|<img src='plugins/systems/images/clock.png' alt='' border='0' class='center'>".
         "&nbsp;"._("Schedule action")."|\n";
       foreach($events['SCHEDULED'] as $name =>  $event){
         $s.= "...|".$event['MenuImage']."&nbsp;".$event['s_Menu_Name']."|schedule_event_".$name."\n";
@@ -382,7 +382,7 @@ class divListSystem extends MultiSelectWindow
       }
 
       if(in_array("gotoWorkstation",$val['objectClass'])){
-        $action2= "<input class='center' type='image' src='images/cdrom.png' alt='"._("Create CD")."'   
+        $action2= "<input class='center' type='image' src='plugins/systems/images/cdrom.png' alt='"._("Create CD")."'   
                       name='gen_cd_%KEY%' title='"._("Create FAI CD")."'>&nbsp;".$action2;
       }else{
         $action2= $empty.$action2;
diff --git a/gosa-plugins/systems/html/images/cdrom.png b/gosa-plugins/systems/html/images/cdrom.png
new file mode 100644 (file)
index 0000000..60adeb6
Binary files /dev/null and b/gosa-plugins/systems/html/images/cdrom.png differ
diff --git a/gosa-plugins/systems/html/images/clock.png b/gosa-plugins/systems/html/images/clock.png
new file mode 100644 (file)
index 0000000..dca2c7e
Binary files /dev/null and b/gosa-plugins/systems/html/images/clock.png differ