Code

Oups ;-)
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 24 Aug 2009 16:46:59 +0000 (16:46 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 24 Aug 2009 16:46:59 +0000 (16:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14123 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/users/class_userManagement.inc

index 3099387cde0d8265ba7aa62a0726ee7bdf68b8b6..1cfeeafaf985834ff60b4c156a14f5969cf7a8a9 100644 (file)
@@ -988,37 +988,37 @@ class userManagement extends plugin
     $this->DivListUsers->setEntries($this->list);
 
     # FILTER Test #################################################
-    # Build filter
-    if (!$this->filter) {
-      $this->filter = new filter(get_template_path("user-filter.xml", true));
-      $this->filter->setObjectStorage(get_people_ou());
-    }
-    $this->filter->update();
-    session::set('autocomplete', $this->filter);
-    if (!$this->filter->isValid()){
-      msg_dialog::display(_("Filter error"), _("The filter is uncomplete!"), ERROR_DIALOG);
-    }
-
-    # Build headpage
-    if (!$this->headpage){
-      $this->headpage = new listing(get_template_path("user-list.xml", true));
-      $this->headpage->registerElementFilter("accountProperties", "userManagement::filterProperties");
-      $this->headpage->registerElementFilter("lockLabel", "userManagement::filterLockLabel");
-      $this->headpage->registerElementFilter("lockImage", "userManagement::filterLockImage");
-      $this->headpage->setFilter($this->filter);
-    }
-
-    # Needs to be called before update!
-    $action= $this->headpage->getAction();
-    if ($action['action'] != '') {
-      echo "List detected action:";
-      print_a($action);
-    }
-
-    # Refresh for filter
-    $this->headpage->update();
-    
-    return($this->headpage->render());
+    ## Build filter
+    #if (!$this->filter) {
+    #  $this->filter = new filter(get_template_path("user-filter.xml", true));
+    #  $this->filter->setObjectStorage(get_people_ou());
+    #}
+    #$this->filter->update();
+    #session::set('autocomplete', $this->filter);
+    #if (!$this->filter->isValid()){
+    #  msg_dialog::display(_("Filter error"), _("The filter is uncomplete!"), ERROR_DIALOG);
+    #}
+
+    ## Build headpage
+    #if (!$this->headpage){
+    #  $this->headpage = new listing(get_template_path("user-list.xml", true));
+    #  $this->headpage->registerElementFilter("accountProperties", "userManagement::filterProperties");
+    #  $this->headpage->registerElementFilter("lockLabel", "userManagement::filterLockLabel");
+    #  $this->headpage->registerElementFilter("lockImage", "userManagement::filterLockImage");
+    #  $this->headpage->setFilter($this->filter);
+    #}
+
+    ## Needs to be called before update!
+    #$action= $this->headpage->getAction();
+    #if ($action['action'] != '') {
+    #  echo "List detected action:";
+    #  print_a($action);
+    #}
+
+    ## Refresh for filter
+    #$this->headpage->update();
+    #
+    #return($this->headpage->render());
     ################################################### FILTER Test
 
     return($this->DivListUsers->Draw());