Code

<h2> => </h3>
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 13:21:46 +0000 (13:21 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 13:21:46 +0000 (13:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15924 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc

index 15185ee73be555b859e8c75d7e6a0df692562244..aaa783447c59b525db5cac4e8e8182303fc730b0 100644 (file)
@@ -129,7 +129,7 @@ class DaemonEvent
     $this->time_select_used = FALSE;
     $this->target_list_used = FALSE;
 
-    $str = "<h2>"._("This job has no template!")."</h2>";
+    $str = "<h3>"._("This job has no template!")."</h3>";
     $str.= "<p class='seperator'></p>";
     $str.= "<div style='text-align:right;width:100%;padding:3px;'>
       <input type='submit' name='abort_event_dialog' value='".msgPool::cancelButton()."'>
@@ -145,7 +145,7 @@ class DaemonEvent
     if($this->target_add_list_used){
       return("");
     }
-    $str = "<h2>".sprintf(_("Create '%s' job"),$this->s_Event_Name)."</h2>";
+    $str = "<h3>".sprintf(_("Create '%s' job"),$this->s_Event_Name)."</h3>";
     return($str);
   }