Code

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