Code

Added $this
[gosa.git] / setup / class_setupStep.inc
index a5d86103e20d0c16b6245f43beb6c560ec3f0fd9..5364187e4544dffbd153126724dc06e345913ed3 100644 (file)
@@ -33,7 +33,7 @@ class setup_step extends plugin
 
   var $attributes   = array();
   var $parent       = NULL;
-
+  var $dialog       = FALSE;
   
   function setup_step()
   {
@@ -119,7 +119,7 @@ class setup_step extends plugin
   {
     $image= get_template_path($this->header_image);
     $display= "<div style='padding:3px;'>";
-    $display.= "  <p class=\"center\" style=\"margin:0px 0px 0px 5px;padding:0px;font-size:24px;\"><img class=\"center\" src=\"$image\" align=\"middle\" alt=\"*\">&nbsp;".$this->s_title_long."</p>\n";
+    $display.= "  <p class=\"center\" style=\"margin:0px 0px 0px 5px;padding:0px;font-size:24px;font-weight:bold;\"><img class=\"center\" src=\"$image\" align=\"middle\" alt=\"*\">&nbsp;".$this->s_title_long."</p>\n";
     $display.= "</div>\n";
 
     return($display);