Code

Applied new divlist management
[gosa.git] / plugins / admin / systems / class_divListSystem.inc
index 5f4bbd950e76cc0181b716ca6743230e34104e1f..59ca111bdb2dd310a6913ba6418e5bca28a5ddc7 100644 (file)
@@ -66,7 +66,7 @@ class divListSystem extends MultiSelectWindow
 
     /*                  Name                 ,Text                              ,Default  , Connect with alphabet  */
     $this->AddRegex   ("Regex",     _("Display systems matching"),"*" , true);
-    $this->AddRegex   ("UserRegex", _("Display systems of user"), "*" , false);
+    $this->AddRegex   ("UserRegex", _("Display systems of user"), "*" , false, "images/search_user.png");
   }
 
   function GenHeader()