From 97e6a6c0d12032323fc50fb4e8f5cb4e8a610793 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 17 Mar 2010 10:38:58 +0000 Subject: [PATCH] Updated button in management Added pathTittle to trust selection dialog git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16742 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_management.inc | 5 +++-- .../plugins/personal/posix/trustSelect/class_trustSelect.inc | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 89f56c163..626674d19 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -246,8 +246,9 @@ class management // In case an of locked entry, we may have opened a read-only tab. $str = ""; if(isset($this->tabObject->read_only) && $this->tabObject->read_only == TRUE){ - $str.= "

- + $str.= " +

+

"; return($str); }else{ diff --git a/gosa-core/plugins/personal/posix/trustSelect/class_trustSelect.inc b/gosa-core/plugins/personal/posix/trustSelect/class_trustSelect.inc index 03828f892..f98e0b096 100644 --- a/gosa-core/plugins/personal/posix/trustSelect/class_trustSelect.inc +++ b/gosa-core/plugins/personal/posix/trustSelect/class_trustSelect.inc @@ -26,6 +26,8 @@ class trustSelect extends management protected $skipFooter = TRUE; protected $skipHeader = TRUE; + public $plHeadline = "Trust machine selection"; + function __construct($config,$ui) { $this->config = $config; -- 2.30.2