summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 635b5b8)
raw | patch | inline | side by side (parent: 635b5b8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 07:21:07 +0000 (07:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 07:21:07 +0000 (07:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11912 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/gofon/conference/class_divListConferences.inc | patch | blob | history | |
gosa-plugins/gofon/html/images/select_conference.png | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-plugins/gofon/gofon/conference/class_divListConferences.inc b/gosa-plugins/gofon/gofon/conference/class_divListConferences.inc
index 976a3ae280cf1b0274ab1610c11641e042c3c353..e95b17da6840d9ff3c474ecdc6faf3ec21dfb599 100644 (file)
function setEntries($list)
{
- $userimg = "<img class='center' src='images/select_conference.png' alt='User' title='%s'>";
+ $userimg = "<img class='center' src='plugins/gofon/images/select_conference.png' alt='User' title='%s'>";
$editlink = "<a href='?plug=".$_GET['plug']."&id=%s&act=edit_entry'>%s</a>";
/* Dynamic action col, depending on snapshot icons */
$num_obj_str = sprintf(_("Number of listed '%s'"),_("conferences"));
$num_dep_str = sprintf(_("Number of listed '%s'"),_("departments"));
- $str = "<img class='center' src='images/select_conference.png'
+ $str = "<img class='center' src='plguins/gofon/images/select_conference.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/gofon/html/images/select_conference.png b/gosa-plugins/gofon/html/images/select_conference.png
new file mode 100644 (file)
index 0000000..f331bfe
Binary files /dev/null and b/gosa-plugins/gofon/html/images/select_conference.png differ
index 0000000..f331bfe
Binary files /dev/null and b/gosa-plugins/gofon/html/images/select_conference.png differ