From: hickert Date: Tue, 25 May 2010 13:31:05 +0000 (+0000) Subject: Updated MyAccount X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4744141eadb4ef2a1175c62ff085edf0ec2d29c6;p=gosa.git Updated MyAccount -Grey out everything after edit process was finihsed git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18690 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/myaccount/main.inc b/gosa-core/plugins/personal/myaccount/main.inc index 707430348..7c1c86bb7 100644 --- a/gosa-core/plugins/personal/myaccount/main.inc +++ b/gosa-core/plugins/personal/myaccount/main.inc @@ -74,6 +74,7 @@ if (! $cleanup ){ $MyAccountTabs->save (); del_lock ($ui->dn); session::un_set ('edit'); + $MyAccountTabs->setReadOnly(TRUE); if(isset($MyAccountTabs->by_object['user']) && $MyAccountTabs->by_object['user']->password_change_needed()){ $MyAccountTabs->password_change_needed = TRUE; }else{