Code

Enabled prototype
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Jan 2010 10:19:22 +0000 (10:19 +0000)
committercajus <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

index 92be4091f53697932b24249b2afedb2a53de1d3d..cdf74fe9eba78991549432d0bc538c7cb9611a81 100644 (file)
@@ -501,6 +501,7 @@ class posixAccount extends plugin
 
     /* 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');