Code

Added translation to pathNavigator
[gosa.git] / gosa-core / include / class_listing.inc
index 52b5cc0c06fbbcab5e8e9127b48d6c7f541a77a1..6175a42323ceff92b0542460d0097feeedf2cbdc 100644 (file)
@@ -121,9 +121,14 @@ class listing {
   }
 
 
+  function getFilter()
+  { 
+    return($this->filter);
+  }  
+
+
   function setFilter($filter)
   {
-    $filter->setCategories($this->categories);
     $this->filter= &$filter;
     if ($this->departmentBrowser){
       $this->departments= $this->getDepartments();
@@ -271,10 +276,6 @@ class listing {
       return($message);
     }
 
-    // Display filter editor
-    if(0) 
-    return($this->filter->filterEditor->execute());
-
     // Some browsers don't have the ability do do scrollable table bodies, filter them
     // here.
     $switch= false;