From: hickert Date: Thu, 24 Jul 2008 09:50:35 +0000 (+0000) Subject: Upated images X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6a037e4c9d4b23cc0fa4ea967983b0887abd368a;p=gosa.git Upated images git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11975 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc b/gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc index 1bba6aaa5..50c443ca1 100644 --- a/gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc +++ b/gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc @@ -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?"), "".$source."", "".$target."")); 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 index 000000000..638ede970 Binary files /dev/null and b/gosa-plugins/addressbook/html/images/phone.png differ