Code

Updated MyAccount
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 13:31:05 +0000 (13:31 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 13:31:05 +0000 (13:31 +0000)
-Grey out everything after edit process was finihsed

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18690 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/personal/myaccount/main.inc

index 7074303489a8091150a0169f56137d808b34f4b9..7c1c86bb7de3c7969f02046c76cc6d38ab6f5c15 100644 (file)
@@ -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{