Code

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

gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc
gosa-plugins/addressbook/addons/addressbook/main.inc
gosa-plugins/addressbook/html/images/addr_company.png [new file with mode: 0644]
gosa-plugins/addressbook/html/images/addr_home.png [new file with mode: 0644]
gosa-plugins/addressbook/html/images/addr_personal.png [new file with mode: 0644]
gosa-plugins/addressbook/html/images/plugin.png [new file with mode: 0644]

index 696d9c001086a8fcc6a9bca55292141c00779b47..3b108236fb63622f6e604a7a1da46a8cce2885d5 100644 (file)
@@ -635,9 +635,9 @@ class addressbook extends plugin
     $smarty->assign("objlist", $tmp);
 
     /* Show main page */
-    $smarty->assign ('personal_image', get_template_path('images/addr_personal.png'));
-    $smarty->assign ('home_image', get_template_path('images/addr_home.png'));
-    $smarty->assign ('company_image', get_template_path('images/addr_company.png'));
+    $smarty->assign ('personal_image', get_template_path('plugins/addressbook/images/addr_personal.png'));
+    $smarty->assign ('home_image', get_template_path('plugins/addressbook/images/addr_home.png'));
+    $smarty->assign ('company_image', get_template_path('plugins/addressbook/images/addr_company.png'));
     $smarty->assign ('add_image', get_template_path('images/lists/paste.png'));
     $smarty->assign ('edit_image', get_template_path('images/lists/edit.png'));
     $smarty->assign ('delete_image', get_template_path('images/lists/delete.png'));
index b746e02a8df531d335646160adbb0a3f41117af3..cb5407df42ea2e0d0327ea9b06a6ebe318d8fc54 100644 (file)
@@ -34,7 +34,7 @@ if (!$remove_lock){
        $display.= "<input type=\"hidden\" name=\"ignore\">\n";
 
        /* Page header*/
-       $display= print_header(get_template_path('images/addressbook.png'), _("Addressbook")).$display;
+       $display= print_header(get_template_path('plugins/addressbook/images/addressbook.png'), _("Addressbook")).$display;
 
        /* Store changes  in session */
        session::set('addressbook',$addressbook);
diff --git a/gosa-plugins/addressbook/html/images/addr_company.png b/gosa-plugins/addressbook/html/images/addr_company.png
new file mode 100644 (file)
index 0000000..80a173d
Binary files /dev/null and b/gosa-plugins/addressbook/html/images/addr_company.png differ
diff --git a/gosa-plugins/addressbook/html/images/addr_home.png b/gosa-plugins/addressbook/html/images/addr_home.png
new file mode 100644 (file)
index 0000000..14ee484
Binary files /dev/null and b/gosa-plugins/addressbook/html/images/addr_home.png differ
diff --git a/gosa-plugins/addressbook/html/images/addr_personal.png b/gosa-plugins/addressbook/html/images/addr_personal.png
new file mode 100644 (file)
index 0000000..ecf17bc
Binary files /dev/null and b/gosa-plugins/addressbook/html/images/addr_personal.png differ
diff --git a/gosa-plugins/addressbook/html/images/plugin.png b/gosa-plugins/addressbook/html/images/plugin.png
new file mode 100644 (file)
index 0000000..69bb68f
Binary files /dev/null and b/gosa-plugins/addressbook/html/images/plugin.png differ