From: hickert Date: Wed, 17 Mar 2010 10:38:58 +0000 (+0000) Subject: Updated button in management X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=97e6a6c0d12032323fc50fb4e8f5cb4e8a610793;p=gosa.git 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 --- 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;