Code

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