Code

Implement reinstall with offsets (#4271)
[gosa.git] / trunk / gosa-plugins / goto / addons / goto / events / class_DaemonEvent_activate.inc
index 5e7224d04799338f646dc7a3632ff379f4747eac..6f0dc851ceb4b9be9f91a1b002544e5fe1380cd1 100644 (file)
@@ -53,6 +53,7 @@ class DaemonEvent_activate extends DaemonEvent
     $smarty->assign("target_list" , $this->get_target_list());
     $smarty->assign("is_new"      , $this->is_new);
     $smarty->assign("timestamp"   , $this->get_time_select());
+    $smarty->assign("time_offset"   , $this->get_time_offset_select());
     $display.= $smarty->fetch(get_template_path('DaemonEvent_activate.tpl', TRUE, dirname(__FILE__)));
     $display.= $this->get_footer();
     return($display);