Code

Implement reinstall with offsets (#4271)
[gosa.git] / trunk / gosa-plugins / goto / addons / goto / events / class_DaemonEvent_wakeup.inc
index 075482a920cf83b36a8cd2a3fbefe7a221c3a07e..d2ef1d871ce579b13a5ca06f3cd52fbc9a29f055 100644 (file)
@@ -53,6 +53,7 @@ class DaemonEvent_wakeup 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_wakeup.tpl', TRUE, dirname(__FILE__)));
     $display.= $this->get_footer();
     return($display);