summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 28605c1)
raw | patch | inline | side by side (parent: 28605c1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 May 2010 13:31:05 +0000 (13:31 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18690 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/myaccount/main.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/myaccount/main.inc b/gosa-core/plugins/personal/myaccount/main.inc
index 7074303489a8091150a0169f56137d808b34f4b9..7c1c86bb7de3c7969f02046c76cc6d38ab6f5c15 100644 (file)
$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{