summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 93bb754)
raw | patch | inline | side by side (parent: 93bb754)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Oct 2009 13:23:25 +0000 (13:23 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-core/plugins/admin/users/class_userManagement.inc b/gosa-core/plugins/admin/users/class_userManagement.inc
index b2079be03973534b201a5bcc98bed86bfe67e096..502dd2c6bffbc8fc322b5330caf42a7cdb38544a 100644 (file)
$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();