MDL-10048 Separate events key and monthly view in right side panel

This commit is contained in:
dwoolhead 2007-06-12 09:48:56 +00:00
parent f1efbe0a07
commit 6284362d1c

View File

@ -60,6 +60,7 @@ class block_calendar_month extends block_base {
$this->content->text .= calendar_overlib_html();
$this->content->text .= calendar_top_controls('course', array('id' => $courseshown, 'm' => $cal_m, 'y' => $cal_y));
$this->content->text .= calendar_get_mini($courses, $group, $user, $cal_m, $cal_y);
$this->content->text .= '<h3 class="eventskey">'.get_string('eventskey', 'calendar').'</h3>';
$this->content->text .= '<div class="filters">'.calendar_filter_controls('course', '', $COURSE).'</div>';
}