summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d97686a)
raw | patch | inline | side by side (parent: d97686a)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jan 2010 10:19:22 +0000 (10:19 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jan 2010 10:19:22 +0000 (10:19 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15225 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/posix/class_posixAccount.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc
index 92be4091f53697932b24249b2afedb2a53de1d3d..cdf74fe9eba78991549432d0bc538c7cb9611a81 100644 (file)
/* Show main page */
$smarty= get_smarty();
+ $smarty->assign("usePrototype", "true");
/* In 'MyAccount' mode, we must remove write acls if we are not in editing mode. */
$SkipWrite = (!isset($this->parent) || !$this->parent) && !session::is_set('edit');