From e0994f903fc9b5678a73fa94b96460336de1b860 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 24 Mar 2010 14:23:14 +0000 Subject: [PATCH] Hide trust add/remove buttons while list is disabled git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17118 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/posix/generic.tpl | 4 ++-- .../plugins/personal/posix/groupSelect/class_groupSelect.inc | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gosa-core/plugins/personal/posix/generic.tpl b/gosa-core/plugins/personal/posix/generic.tpl index 1692f4b3e..42e3d1da0 100644 --- a/gosa-core/plugins/personal/posix/generic.tpl +++ b/gosa-core/plugins/personal/posix/generic.tpl @@ -160,11 +160,11 @@ {/render}
{render acl=$trustmodeACL} -  +  {/render} {render acl=$trustmodeACL} - + {/render} diff --git a/gosa-core/plugins/personal/posix/groupSelect/class_groupSelect.inc b/gosa-core/plugins/personal/posix/groupSelect/class_groupSelect.inc index 2c98adada..a44296cf1 100644 --- a/gosa-core/plugins/personal/posix/groupSelect/class_groupSelect.inc +++ b/gosa-core/plugins/personal/posix/groupSelect/class_groupSelect.inc @@ -26,6 +26,8 @@ class groupSelect extends management protected $skipFooter = TRUE; protected $skipHeader = TRUE; + var $plHeadline = "Group selection"; + function __construct($config,$ui) { $this->config = $config; -- 2.30.2