From 131be72216ab738e4b312d7c9118da6fae9ad45e Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 7 Aug 2006 05:10:05 +0000 Subject: [PATCH] Fixed grexout for system trust git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4404 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/posix/class_posixAccount.inc | 1 + plugins/personal/posix/generic.tpl | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc index bf5a6c837..c53f6bcd9 100644 --- a/plugins/personal/posix/class_posixAccount.inc +++ b/plugins/personal/posix/class_posixAccount.inc @@ -549,6 +549,7 @@ class posixAccount extends plugin $smarty->assign("status", $this->status); /* Work on trust modes */ + $smarty->assign("trusthide", " disabled "); $smarty->assign("trustmodeACL", $this->getacl("trustModel",$SkipWrite)); if ($this->trustModel == "fullaccess"){ $trustmode= 1; diff --git a/plugins/personal/posix/generic.tpl b/plugins/personal/posix/generic.tpl index 27ec82fbd..7f55d6ec8 100644 --- a/plugins/personal/posix/generic.tpl +++ b/plugins/personal/posix/generic.tpl @@ -114,7 +114,7 @@ {/render} {render acl=$trustmodeACL} - {html_options values=$workstations output=$workstations} {if $emptyArrAccess} @@ -123,10 +123,10 @@ {/render}
{render acl=$trustmodeACL} -   +   {/render} {render acl=$trustmodeACL} - + {/render} -- 2.30.2