Code

Updated images
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 13:21:39 +0000 (13:21 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 13:21:39 +0000 (13:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11861 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc
gosa-plugins/gofax/html/images/list_new_blocklist.png [new file with mode: 0644]

index 784ad5fa5213984cb582af987c3e84f7ca28f3b1..35b8149de50930438fc1c03ae34036f5615cd21c 100644 (file)
@@ -94,7 +94,7 @@ class divListBlocklist extends MultiSelectWindow
     if(preg_match("/c/",$acl)) {
       $s .= "..|<img src='images/lists/new.png' alt='' border='0' class='center'>".
         "&nbsp;"._("Create")."|\n";
-      $s.= "...|<input class='center' type='image' src='images/list_new_blocklist.png' alt=''>".
+      $s.= "...|<input class='center' type='image' src='plugins/gofax/images/list_new_blocklist.png' alt=''>".
         "&nbsp;"._("Blocklist")."|goFaxBlocklist_new|\n";
       $s.= "..|---|\n";
     }
diff --git a/gosa-plugins/gofax/html/images/list_new_blocklist.png b/gosa-plugins/gofax/html/images/list_new_blocklist.png
new file mode 100644 (file)
index 0000000..971867e
Binary files /dev/null and b/gosa-plugins/gofax/html/images/list_new_blocklist.png differ