summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 108a375)
raw | patch | inline | side by side (parent: 108a375)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Apr 2010 11:52:10 +0000 (11:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Apr 2010 11:52:10 +0000 (11:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17514 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc b/gosa-core/plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc
index 5996aeb0127afc4da03c38f3a4f7bacc5d4013ad..fcd475f0eed14b950fd9a790c3c868b107d6fa4f 100644 (file)
$this->trustList = new sortableListing($this->accessTo, $lData);
$this->trustList->setDeleteable(true);
+ $this->trustList->setInstantDelete(true);
$this->trustList->setEditable(false);
$this->trustList->setWidth("100%");
$this->trustList->setHeight("100px");
$smarty->assign($smarty->assign("use_trustmode",in_array("trustmode", $this->multi_boxes)));
$smarty->assign("multiple_support" , $this->multiple_support_active);
- $this->trustList->update();
+# $this->trustList->update();
$smarty->assign("trustList", $this->trustList->render());
return($smarty->fetch(get_template_path("generic.tpl",TRUE, dirname(__FILE__))));
}