summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 23d831c)
raw | patch | inline | side by side (parent: 23d831c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 13:21:46 +0000 (13:21 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc
index 15185ee73be555b859e8c75d7e6a0df692562244..aaa783447c59b525db5cac4e8e8182303fc730b0 100644 (file)
$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()."'>
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);
}