Code

Implement reinstall with offsets (#4271)
[gosa.git] / trunk / gosa-plugins / goto / addons / goto / events / class_DaemonEvent_lock.inc
index 8074378c6314f4a2f3d566f4624da53d7c41eeed..51ece07f6592f6d3b9d63ef2b157e5f43c96f9e9 100644 (file)
@@ -53,6 +53,7 @@ class DaemonEvent_lock 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_lock.tpl', TRUE, dirname(__FILE__)));
     $display.= $this->get_footer();
     return($display);