From 49b89a9b797dab389180b1eb7d86eaa0dfde8ffb Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 3 Mar 2010 13:21:46 +0000 Subject: [PATCH]

=>

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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc index 15185ee73..aaa783447 100644 --- a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc +++ b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc @@ -129,7 +129,7 @@ class DaemonEvent $this->time_select_used = FALSE; $this->target_list_used = FALSE; - $str = "

"._("This job has no template!")."

"; + $str = "

"._("This job has no template!")."

"; $str.= "

"; $str.= "
@@ -145,7 +145,7 @@ class DaemonEvent if($this->target_add_list_used){ return(""); } - $str = "

".sprintf(_("Create '%s' job"),$this->s_Event_Name)."

"; + $str = "

".sprintf(_("Create '%s' job"),$this->s_Event_Name)."

"; return($str); } -- 2.30.2