summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0121d2f)
raw | patch | inline | side by side (parent: 0121d2f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Apr 2010 12:14:28 +0000 (12:14 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Apr 2010 12:14:28 +0000 (12:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17967 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 7fe3dc6c5ca21ec11eb4914a0467bbe2615c0660..b927f7f0f6bccd4cd289f10d9304e523b58f3f21 100644 (file)
/* Templates now! */
$smarty= get_smarty();
- $smarty->assign("usePrototype", "true");
+
// Handle trust mode dialog
// Handle ssh dialog?
if ($this->ssh instanceOf sshPublicKey && preg_match('/[rw]/', $this->getacl("sshPublicKey"))) {
- $smarty->assign("usePrototype", "false");
+
if ($result= $this->ssh->execute()) {
$this->dialog= true;
pathNavigator::registerPlugin("SSH keys");
/* Show main page */
$smarty= get_smarty();
- $smarty->assign("usePrototype", "true");
+
$smarty->assign("sshPublicKeyACL", $this->getacl("sshPublicKey"));