X-Git-Url: https://git.tokkee.org/?p=gosa.git;a=blobdiff_plain;f=trunk%2Fgosa-plugins%2Fgoto%2Faddons%2Fgoto%2Fevents%2Fclass_DaemonEvent_reinstall.inc;h=65f9dcffab9c06a0876cd4552b0a08d191c87650;hp=f87bb8e10e68e41e67a776517e266b1c89938e48;hb=b15bfa2f01e7726e58845decb3b25ec882e52ac1;hpb=d82a277f796aeb5871602cbeaea513b0bed048dc diff --git a/trunk/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_reinstall.inc b/trunk/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_reinstall.inc index f87bb8e10..65f9dcffa 100644 --- a/trunk/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_reinstall.inc +++ b/trunk/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_reinstall.inc @@ -67,6 +67,7 @@ class DaemonEvent_reinstall 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_reinstall.tpl', TRUE, dirname(__FILE__))); $display.= $this->get_footer(); return($display);