Code

Implement reinstall with offsets (#4271)
[gosa.git] / trunk / gosa-plugins / goto / addons / goto / events / class_DaemonEvent_goto_reload.inc
index 110b023f7857650d1a0baea15473c45f127d2b06..0fc5895cfdcff52e6ab2dc090aa261513c8cb5a0 100644 (file)
@@ -61,6 +61,7 @@ class DaemonEvent_goto_reload 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_goto_reload.tpl', TRUE, dirname(__FILE__)));
     $display.= $this->get_footer();
     return($display);