Code

Updated button in management
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 10:38:58 +0000 (10:38 +0000)
committerhickert <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

gosa-core/include/class_management.inc
gosa-core/plugins/personal/posix/trustSelect/class_trustSelect.inc

index 89f56c163272f825930a41461e8eee52dc472ca4..626674d193aea56efd14d581a348a5fe12ec6464 100644 (file)
@@ -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.= "<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{
index 03828f892bac0d992d5c99023d64ebbe85937f89..f98e0b096eea5bdadb002e82b462f08c8d82614b 100644 (file)
@@ -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;