Code

Implement reinstall with offsets (#4271)
[gosa.git] / trunk / gosa-plugins / goto / addons / goto / events / class_DaemonEvent_activate_new.inc
index ddf10555e18a5af171b23ad6d49c31efa6b64148..a6867f3d1dd94dd8da40d5d8e12eb7fd6f6eb705 100644 (file)
@@ -65,6 +65,7 @@ class DaemonEvent_activate_new 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_new.tpl', TRUE, dirname(__FILE__)));
     $display.= $this->get_footer();
     return($display);