jump to next week in javascript (rd)

This commit is contained in:
L_DA 2020-07-12 20:46:25 +00:00
parent 981a2bc72c
commit c912d97987
4 changed files with 19 additions and 6 deletions

View file

@ -129,7 +129,7 @@ class block_timetable extends block_base {
$PAGE->requires->js_init_call('M.block_timetable.helper.init', array($opts),false,$jsmodule);
$this->content->text .= html_writer::start_tag('div', ['data-region' => 'calendar', 'class' => 'maincalendar']);
$this->content->text .= html_writer::start_tag('div', ['class' =>'slider']);
$this->content->text .= html_writer::start_tag('div', ['class' =>'slider', 'id'=>'timetable_frame']);
$this->content->text .= html_writer::start_tag('div', ['class' =>'slides']);
for ($i=0; $i<3; $i++) {
$ttable->read_db($i);