From: hickert Date: Wed, 24 Mar 2010 14:23:14 +0000 (+0000) Subject: Hide trust add/remove buttons while list is disabled X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e0994f903fc9b5678a73fa94b96460336de1b860;p=gosa.git 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 --- 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;