]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-10048 Separate events key and monthly view in right side panel
authordwoolhead <dwoolhead>
Tue, 12 Jun 2007 09:48:56 +0000 (09:48 +0000)
committerdwoolhead <dwoolhead>
Tue, 12 Jun 2007 09:48:56 +0000 (09:48 +0000)
blocks/calendar_month/block_calendar_month.php

index dd5debbc8a1e0ff2601fae51c867177728cd9fb1..24e1738c0eac80fcf7b3bbe28039dbbff8dd5724 100644 (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>';
             
         }