From: hickert Date: Mon, 26 Oct 2009 13:23:25 +0000 (+0000) Subject: Updated user management X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=756a80ebc41ece043c3d3d3546eeb764830c5520;p=gosa.git Updated user management git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14638 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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();