Code

Updated trustModes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 7 Apr 2010 11:52:10 +0000 (11:52 +0000)
committerhickert <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

index 5996aeb0127afc4da03c38f3a4f7bacc5d4013ad..fcd475f0eed14b950fd9a790c3c868b107d6fa4f 100644 (file)
@@ -37,6 +37,7 @@ class trustModeDialog extends plugin
 
         $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");
@@ -181,7 +182,7 @@ class trustModeDialog extends plugin
 
         $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__))));
     }