Code

Updated gofax images
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 13:17:17 +0000 (13:17 +0000)
committerhickert <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
gosa-plugins/gofax/html/images/list_blocklist.png [new file with mode: 0644]

index 4c33ad5c64416240c75d4849869a01503b0e7e10..784ad5fa5213984cb582af987c3e84f7ca28f3b1 100644 (file)
@@ -122,7 +122,7 @@ class divListBlocklist extends MultiSelectWindow
   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']."&amp;id=%s&amp;act=edit_entry'>%s</a>";
 
     /* Dynamic action col, depending on snapshot icons */
@@ -195,7 +195,7 @@ class divListBlocklist extends MultiSelectWindow
     $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."'>&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/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