From 756a80ebc41ece043c3d3d3546eeb764830c5520 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 26 Oct 2009 13:23:25 +0000 Subject: [PATCH] Updated user management git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14638 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/users/class_userManagement.inc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gosa-core/plugins/admin/users/class_userManagement.inc b/gosa-core/plugins/admin/users/class_userManagement.inc index b2079be03..502dd2c6b 100644 --- a/gosa-core/plugins/admin/users/class_userManagement.inc +++ b/gosa-core/plugins/admin/users/class_userManagement.inc @@ -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(); -- 2.30.2