summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e153db7)
raw | patch | inline | side by side (parent: e153db7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 20 Apr 2010 12:15:22 +0000 (12:15 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 20 Apr 2010 12:15:22 +0000 (12:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17734 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/ogroups/class_ogroup.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/ogroups/class_ogroup.inc b/gosa-core/plugins/admin/ogroups/class_ogroup.inc
index a1c624e24b3c90e7bfea0213fb2ca69e1d1a9d71..dce0461ecb1a6333e583630cce58bf39b5fa8fcb 100644 (file)
// Prepare lists
$this->memberListing = new sortableListing();
$this->memberListing->setDeleteable(true);
+ $this->memberListing->setInstantDelete(true);
$this->memberListing->setEditable(false);
$this->memberListing->setWidth("100%");
$this->memberListing->setHeight("300px");