From: hickert Date: Wed, 7 Apr 2010 11:34:39 +0000 (+0000) Subject: Updated trustModes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2753c67ed14bd56996d3fa6943423b798288fd14;p=gosa.git Updated trustModes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17511 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc b/gosa-core/plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc index 61703b126..5996aeb01 100644 --- a/gosa-core/plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc +++ b/gosa-core/plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc @@ -41,8 +41,8 @@ class trustModeDialog extends plugin $this->trustList->setWidth("100%"); $this->trustList->setHeight("100px"); $this->trustList->setColspecs(array('20px','*')); - - $this->trustList->setDefaultSortColumn(0); + $this->trustList->setHeader(array("~",_("Name"),_("Description"))); + $this->trustList->setDefaultSortColumn(1); } @@ -178,10 +178,10 @@ class trustModeDialog extends plugin else $smarty->assign("emptyArrAccess",false); - $smarty->assign("accessTo",$this->accessTo); $smarty->assign($smarty->assign("use_trustmode",in_array("trustmode", $this->multi_boxes))); $smarty->assign("multiple_support" , $this->multiple_support_active); + $this->trustList->update(); $smarty->assign("trustList", $this->trustList->render()); return($smarty->fetch(get_template_path("generic.tpl",TRUE, dirname(__FILE__)))); }