Code

Moved folder image
[gosa.git] / gosa-plugins / addressbook / addons / addressbook / class_addressbook.inc
index 73614737bebe83240f9684a71b62fd9b893dd02c..27328958849315ab454522f11b4d9225881ff1dd 100644 (file)
@@ -636,7 +636,7 @@ class addressbook extends plugin
     $smarty->assign ('home_image', get_template_path('images/addr_home.png'));
     $smarty->assign ('company_image', get_template_path('images/addr_company.png'));
     $smarty->assign ('add_image', get_template_path('images/lists/paste.png'));
-    $smarty->assign ('edit_image', get_template_path('images/edit.png'));
+    $smarty->assign ('edit_image', get_template_path('images/lists/edit.png'));
     $smarty->assign ('delete_image', get_template_path('images/lists/delete.png'));
     return($smarty->fetch(get_template_path('contents.tpl', TRUE)));
   }