summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 72108fa)
raw | patch | inline | side by side (parent: 72108fa)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 09:50:35 +0000 (09:50 +0000) | ||
committer | hickert <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 | patch | blob | history | |
gosa-plugins/addressbook/html/images/phone.png | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc b/gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc
index 1bba6aaa5d6abd3dad9e00143efe5c98be2c968a..50c443ca1b0cabaaad670cf0ce93f7a0b1553803 100644 (file)
/* 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
index 0000000..638ede9
Binary files /dev/null and b/gosa-plugins/addressbook/html/images/phone.png differ