From: thepurpleblob Date: Thu, 19 Oct 2006 13:06:06 +0000 (+0000) Subject: Focus is now loaded into Name edit field X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=eb4cb4c51e2eeed1adac55377eb66a348420c09d;p=moodle.git Focus is now loaded into Name edit field --- diff --git a/calendar/event.php b/calendar/event.php index 9461a7a4e3..5ba8ce51bf 100644 --- a/calendar/event.php +++ b/calendar/event.php @@ -262,7 +262,7 @@ } print_header($site->shortname.': '.$strcalendar.': '.$title, $strcalendar, $nav.' -> '.$title, - $focus, '', true, '', user_login_string($site)); + 'eventform.name', '', true, 'new.name', user_login_string($site)); echo calendar_overlib_html(); diff --git a/calendar/event_edit.html b/calendar/event_edit.html index c4dc49465f..3a33f0bf0d 100644 --- a/calendar/event_edit.html +++ b/calendar/event_edit.html @@ -1,4 +1,4 @@ -
+
diff --git a/calendar/event_new.html b/calendar/event_new.html index 6820973cfd..61331eef51 100644 --- a/calendar/event_new.html +++ b/calendar/event_new.html @@ -2,7 +2,7 @@ // The following is a hack to fix bug 1488 $course = get_record('course', 'id', ($form->courseid) ? $form->courseid : $site->id); ?> - +