Code

Moved select_device.png into goto plugin
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 11:00:58 +0000 (11:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 11:00:58 +0000 (11:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11802 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index 0202e9d6e3dfcf157cb9d3fa2417bddab2826ccc..12685dbb732b9b8c3d8fbc652673f28f863df70a 100644 (file)
@@ -128,7 +128,7 @@ class divListDevices extends MultiSelectWindow
     /* Create links */
     $editlink = "<a href='?plug=".$_GET['plug']."&amp;id=%s&amp;act=edit_entry'>%s</a>";
     $userimg  = "<img class='center' src='plugins/groups/images/groups.png' alt='User'    title='%s'>";
-    $deviceimg  = "<img class='center' src='images/select_device.png' alt='A'  title='"._("Device")."'>";
+    $deviceimg  = "<img class='center' src='plugins/goto/images/select_device.png' alt='A'  title='"._("Device")."'>";
     $empty    = "<img class='center' src='images/empty.png' style='width:16px;height:16px;' alt=''>";
 
     /* set Page header */
@@ -205,7 +205,7 @@ class divListDevices extends MultiSelectWindow
     $num_obj_str = _("Number of listed devices");
     $num_dep_str = _("Number of listed departments");
 
-    $str = "<img class='center' src='images/select_devices.png'
+    $str = "<img class='center' src='plugins/goto/images/select_device.png'
               title='".$num_obj_str."' alt='".$num_obj_str."'>&nbsp;".$num_objs."&nbsp;&nbsp;&nbsp;&nbsp;";
     $str.= "<img class='center' src='images/lists/folder.png'
               title='".$num_dep_str."' alt='".$num_dep_str."'>&nbsp;".$num_deps."&nbsp;&nbsp;&nbsp;&nbsp;";
diff --git a/gosa-plugins/goto/html/images/select_device.png b/gosa-plugins/goto/html/images/select_device.png
new file mode 100644 (file)
index 0000000..546c7af
Binary files /dev/null and b/gosa-plugins/goto/html/images/select_device.png differ