summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 151291c)
raw | patch | inline | side by side (parent: 151291c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Jul 2008 11:00:58 +0000 (11:00 +0000) | ||
committer | hickert <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 | patch | blob | history | |
gosa-plugins/goto/html/images/select_device.png | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-plugins/goto/admin/devices/class_divListDevices.inc b/gosa-plugins/goto/admin/devices/class_divListDevices.inc
index 0202e9d6e3dfcf157cb9d3fa2417bddab2826ccc..12685dbb732b9b8c3d8fbc652673f28f863df70a 100644 (file)
/* Create links */
$editlink = "<a href='?plug=".$_GET['plug']."&id=%s&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 */
$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."'> ".$num_objs." ";
$str.= "<img class='center' src='images/lists/folder.png'
title='".$num_dep_str."' alt='".$num_dep_str."'> ".$num_deps." ";
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
index 0000000..546c7af
Binary files /dev/null and b/gosa-plugins/goto/html/images/select_device.png differ