Code

Updated images
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 13:38:29 +0000 (13:38 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 13:38:29 +0000 (13:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11862 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/devices/class_divListDevices.inc
gosa-plugins/goto/html/images/list_new_device.png [new file with mode: 0644]

index 12685dbb732b9b8c3d8fbc652673f28f863df70a..c5adfd07ad762916a1a82b1ade7a020cb0a2db9c 100644 (file)
@@ -90,7 +90,7 @@ class divListDevices extends MultiSelectWindow
     if(preg_match("/c/",$acl)) {
       $s .= "..|<img src='images/lists/new.png' alt='' border='0' class='center'>".
         "&nbsp;"._("Create")."|\n";
-      $s.= "...|<input class='center' type='image' src='images/list_new_device.png' alt=''>".
+      $s.= "...|<input class='center' type='image' src='plugins/goto/images/list_new_device.png' alt=''>".
         "&nbsp;"._("Device")."|device_new|\n";
       $s.= "..|---|\n";
     }
diff --git a/gosa-plugins/goto/html/images/list_new_device.png b/gosa-plugins/goto/html/images/list_new_device.png
new file mode 100644 (file)
index 0000000..43b0c6c
Binary files /dev/null and b/gosa-plugins/goto/html/images/list_new_device.png differ