summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b64fdb4)
raw | patch | inline | side by side (parent: b64fdb4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 07:25:28 +0000 (07:25 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 07:25:28 +0000 (07:25 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11915 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/mimetypes/class_divListMimeTypes.inc | patch | blob | history | |
gosa-plugins/goto/html/images/select_mimetype.png | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-plugins/goto/admin/mimetypes/class_divListMimeTypes.inc b/gosa-plugins/goto/admin/mimetypes/class_divListMimeTypes.inc
index a4dcb1756c5ec13e19c387b12ee87b3abcbb366e..079328181ee63f51141768cc38ec757edd80719b 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'>";
- $mimeimg = "<img class='center' src='images/select_mimetype.png' alt='A' title='"._("Mime type")."'>";
+ $mimeimg = "<img class='center' src='plugins/goto/images/select_mimetype.png' alt='A' title='"._("Mime type")."'>";
$empty = "<img class='center' src='images/empty.png' style='width:16px;height:16px;' alt=''>";
/* set Page header */
$num_obj_str = _("Number of listed mimetypes");
$num_dep_str = _("Number of listed departments");
- $str = "<img class='center' src='images/select_mimetype.png'
+ $str = "<img class='center' src='plugins/goto/images/select_mimetype.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_mimetype.png b/gosa-plugins/goto/html/images/select_mimetype.png
new file mode 100644 (file)
index 0000000..8210b43
Binary files /dev/null and b/gosa-plugins/goto/html/images/select_mimetype.png differ
index 0000000..8210b43
Binary files /dev/null and b/gosa-plugins/goto/html/images/select_mimetype.png differ