Code

Upated images
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 09:50:35 +0000 (09:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 09:50:35 +0000 (09:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11975 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc
gosa-plugins/addressbook/html/images/phone.png [new file with mode: 0644]

index 1bba6aaa5d6abd3dad9e00143efe5c98be2c968a..50c443ca1b0cabaaad670cf0ce93f7a0b1553803 100644 (file)
@@ -170,7 +170,7 @@ class addressbook extends plugin
 
         /* Perform call */
         if ($target != "" && $source != ""){
-          $smarty->assign("phone_image", get_template_path('images/phone.png'));
+          $smarty->assign("phone_image", get_template_path('plugins/addressbook/images/phone.png'));
           $smarty->assign("dial_info", sprintf(_("Dial from %s to %s now?"), "<b style='font-size:22px; color:red'>".$source."</b>", "<b style='font-size:22px;color:red'>".$target."</b>"));
           return($smarty->fetch(get_template_path('dial.tpl', TRUE)));
           return;
diff --git a/gosa-plugins/addressbook/html/images/phone.png b/gosa-plugins/addressbook/html/images/phone.png
new file mode 100644 (file)
index 0000000..638ede9
Binary files /dev/null and b/gosa-plugins/addressbook/html/images/phone.png differ