jump to next week in javascript (rd)
This commit is contained in:
parent
981a2bc72c
commit
c912d97987
4 changed files with 19 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue