From 75751a504a38c490dc911e735a41413448d6fc52 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 19 Apr 2010 13:16:53 +0000 Subject: [PATCH] Removed old list stuff.. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17693 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/groups/class_group.inc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gosa-core/plugins/admin/groups/class_group.inc b/gosa-core/plugins/admin/groups/class_group.inc index 80e449484..ac7ebe894 100644 --- a/gosa-core/plugins/admin/groups/class_group.inc +++ b/gosa-core/plugins/admin/groups/class_group.inc @@ -344,16 +344,8 @@ class group extends plugin $smarty->assign("baseSelect",false); } - /* Show main page */ - $smarty->assign("alphabet", generate_alphabet(10)); - $smarty->assign("search_image", get_template_path('images/lists/search.png')); - $smarty->assign("launchimage", get_template_path('images/lists/action.png')); - $smarty->assign("tree_image", get_template_path('images/lists/search-subtree.png')); - $smarty->assign("deplist", $this->config->idepartments); - /* Multiple edit handling */ $smarty->assign("multiple_support",$this->multiple_support_active); - $smarty->assign("memberUid_All",$this->memberUid); $smarty->assign("memberUid_Some",$this->memberUid_used_by_some); -- 2.30.2