Exemple #1
0
 /**
  * Configure the layout of the schedule
  */
 function scheduleLayout($args, &$request)
 {
     $this->validate();
     $this->setupTemplate($request, true);
     import('classes.manager.form.scheduler.ScheduleLayoutForm');
     $scheduleLayoutForm = new ScheduleLayoutForm();
     $scheduleLayoutForm->initData();
     $scheduleLayoutForm->display();
 }
Exemple #2
0
 /**
  * Configure the layout of the schedule
  */
 function scheduleLayout($args)
 {
     $this->validate();
     $this->setupTemplate(true);
     import('manager.form.scheduler.ScheduleLayoutForm');
     $scheduleLayoutForm = new ScheduleLayoutForm();
     $scheduleLayoutForm->initData();
     $scheduleLayoutForm->display();
 }