From 09462fcadc8710999b1b65ec153a4b09c84501a0 Mon Sep 17 00:00:00 2001 From: defacer Date: Fri, 21 May 2004 12:03:06 +0000 Subject: [PATCH] Small polishing change: the "go to calendar" link takes you to the upcoming events screen. --- blocks/calendar_upcoming/block_calendar_upcoming.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5