Code

Updated user management
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Oct 2009 13:23:25 +0000 (13:23 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Oct 2009 13:23:25 +0000 (13:23 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14638 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index b2079be03973534b201a5bcc98bed86bfe67e096..502dd2c6bffbc8fc322b5330caf42a7cdb38544a 100644 (file)
@@ -64,9 +64,17 @@ class userManagement extends management
     $this->registerAction("cut",    "copyPasteHandler");
     $this->registerAction("paste",  "copyPasteHandler");
 
+    $this->registerAction("lock",  "alert");
+    $this->registerAction("unlock",  "alert");
+
     $this->registerAction("new_template", "newTemplate");
   }
 
+  function alert($action,$values)
+  {
+    print_a(array($action,$values));
+  }
+
   function newTemplate($action,$entry)
   {
     $this->newEntry();