Code

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

gosa-plugins/gofon/gofon/conference/class_divListConferences.inc
gosa-plugins/gofon/gofon/macro/class_divListMacros.inc
gosa-plugins/gofon/html/images/list_new_conference.png [new file with mode: 0644]
gosa-plugins/gofon/html/images/list_new_macro.png [new file with mode: 0644]

index 1cec74ea0f0c55b4f9267a9bd8b1fd1eab0aff88..d9c4a845bfb87d6e23c303d1e28c80c24c0c46db 100644 (file)
@@ -91,7 +91,7 @@ class divListConference extends MultiSelectWindow
     if(preg_match("/(c.*w|w.*c)/",$acl_all)){
       $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_conference.png' alt=''>".
+      $s.= "...|<input class='center' type='image' src='plugins/gofon/images/list_new_conference.png' alt=''>".
         "&nbsp;"._("Conference")."|conference_new|\n";
       $s.= "..|---|\n";
     }
index ccd6861e030ac64991bd193aee406f1fdda74358..7adb46aabb909cf83d07dedd407a50e072e693cf 100644 (file)
@@ -87,7 +87,7 @@ class divListMacro 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_macro.png' alt=''>".
+      $s.= "...|<input class='center' type='image' src='plugins/gofon/images/list_new_macro.png' alt=''>".
         "&nbsp;"._("Macro")."|goFonMacro_new|\n";
       $s.= "..|---|\n";
     }
diff --git a/gosa-plugins/gofon/html/images/list_new_conference.png b/gosa-plugins/gofon/html/images/list_new_conference.png
new file mode 100644 (file)
index 0000000..ee9cf5f
Binary files /dev/null and b/gosa-plugins/gofon/html/images/list_new_conference.png differ
diff --git a/gosa-plugins/gofon/html/images/list_new_macro.png b/gosa-plugins/gofon/html/images/list_new_macro.png
new file mode 100644 (file)
index 0000000..f2a6581
Binary files /dev/null and b/gosa-plugins/gofon/html/images/list_new_macro.png differ