From: defacer Date: Fri, 21 May 2004 12:03:06 +0000 (+0000) Subject: Small polishing change: the "go to calendar" link takes you to the X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=09462fcadc8710999b1b65ec153a4b09c84501a0;p=moodle.git Small polishing change: the "go to calendar" link takes you to the upcoming events screen. --- diff --git a/blocks/calendar_upcoming/block_calendar_upcoming.php b/blocks/calendar_upcoming/block_calendar_upcoming.php index 45ae6a750e..1e4540261c 100644 --- a/blocks/calendar_upcoming/block_calendar_upcoming.php +++ b/blocks/calendar_upcoming/block_calendar_upcoming.php @@ -21,7 +21,7 @@ class CourseBlock_calendar_upcoming extends MoodleBlock { $this->content = New object; $this->content->text = ''; - $this->content->footer = '
'.get_string('gotocalendar', 'calendar').'...'; + $this->content->footer = '
'.get_string('gotocalendar', 'calendar').'...'; $this->content->footer .= '
'.get_string('newevent', 'calendar').'...'; if($this->course === NULL) {