summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 78d06fa)
raw | patch | inline | side by side (parent: 78d06fa)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 13 Apr 2010 13:20:15 +0000 (13:20 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 13 Apr 2010 13:20:15 +0000 (13:20 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17629 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 42500f17b3a373935bbcad88875d1f40ebba5039..132f09c34288c4aac78374b865ff0b4b95efc9f5 100644 (file)
$this->view_logged = TRUE;
new log("view","users/".get_class($this),$this->dn);
}
+ $this->dialog = FALSE;
if($this->multiple_support_active){
$this->is_account = TRUE;
// Display dialog to allow selection of groups
if (isset($_POST['edit_groupmembership'])){
$this->groupSelect = new groupSelect($this->config,get_userinfo());
- $this->dialog= TRUE;
}
// Cancel group dialog
if (isset($_POST['add_groups_cancel'])){
$this->groupSelect= NULL;
- $this->dialog= FALSE;
}
// Add groups selected in groupSelect dialog to ours.
$this->is_modified= TRUE;
}
$this->groupSelect= NULL;
- $this->dialog= FALSE;
}
// Remove groups from currently selected groups.
return($trustModeDialog);
}
- $this->dialog = FALSE;
$smarty->assign("trustModeDialog" , $trustModeDialog);
/* Manage group add dialog */
if ($this->groupSelect){
+ $this->dialog = TRUE;
// Build up blocklist
session::set('filterBlacklist', array('dn' => array_keys($this->groupMembership)));
pathNavigator::registerPlugin("SSH keys");
return $result;
}
- $this->dialog= false;
}