summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f6a3a4e)
raw | patch | inline | side by side (parent: f6a3a4e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Jul 2008 13:17:17 +0000 (13:17 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Jul 2008 13:17:17 +0000 (13:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11858 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc | patch | blob | history | |
gosa-plugins/gofax/html/images/list_blocklist.png | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc b/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc
index 4c33ad5c64416240c75d4849869a01503b0e7e10..784ad5fa5213984cb582af987c3e84f7ca28f3b1 100644 (file)
function setEntries($list)
{
// User and Template Images
- $blockimg = "<img class='center' src='images/list_blocklist.png' alt='User' title='%s'>";
+ $blockimg = "<img class='center' src='plugins/gofax/images/list_blocklist.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'"),_("blocklists"));
$num_dep_str = sprintf(_("Number of listed '%s'"),_("departments"));
- $str = "<img class='center' src='images/list_blocklist.png'
+ $str = "<img class='center' src='plugins/gofax/images/list_blocklist.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/gofax/html/images/list_blocklist.png b/gosa-plugins/gofax/html/images/list_blocklist.png
new file mode 100644 (file)
index 0000000..d89fd1d
Binary files /dev/null and b/gosa-plugins/gofax/html/images/list_blocklist.png differ
index 0000000..d89fd1d
Binary files /dev/null and b/gosa-plugins/gofax/html/images/list_blocklist.png differ