Code

Implement reinstall with offsets (#4271)
[gosa.git] / trunk / gosa-plugins / goto / addons / goto / events / class_DaemonEvent_faireboot.inc
index e529c910d851a9649eb080d758c8ecdc493dcadf..6941ebc086d3a533abf1572a3caf731326653fe2 100644 (file)
@@ -52,6 +52,7 @@ class DaemonEvent_faireboot 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_faireboot.tpl', TRUE, dirname(__FILE__)));
     $display.= $this->get_footer();
     return($display);