summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 534bedd)
raw | patch | inline | side by side (parent: 534bedd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 10:38:58 +0000 (10:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 10:38:58 +0000 (10:38 +0000) |
Added pathTittle to trust selection dialog
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16742 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16742 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_management.inc | patch | blob | history | |
gosa-core/plugins/personal/posix/trustSelect/class_trustSelect.inc | patch | blob | history |
index 89f56c163272f825930a41461e8eee52dc472ca4..626674d193aea56efd14d581a348a5fe12ec6464 100644 (file)
// 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.= "<p style=\"text-align:right\">
- <input type=submit name=\"edit_cancel\" value=\"".msgPool::cancelButton()."\">
+ $str.= "
+ <p style=\"text-align:right\">
+ <button type=submit name=\"edit_cancel\">".msgPool::cancelButton()."</button>
</p>";
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 03828f892bac0d992d5c99023d64ebbe85937f89..f98e0b096eea5bdadb002e82b462f08c8d82614b 100644 (file)
protected $skipFooter = TRUE;
protected $skipHeader = TRUE;
+ public $plHeadline = "Trust machine selection";
+
function __construct($config,$ui)
{
$this->config = $config;