From: moodler Date: Thu, 7 Aug 2003 17:00:06 +0000 (+0000) Subject: Little display tweaks X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b99897718ef17dc9e0816f12fab24812b0bd6cc9;p=moodle.git Little display tweaks --- diff --git a/course/edit.php b/course/edit.php index 2a2df70752..3fee94c5c6 100644 --- a/course/edit.php +++ b/course/edit.php @@ -116,7 +116,7 @@ $form->numsections = 10; $form->newsitems = 5; $form->showrecent = 1; - $form->category = 1; + $form->category = 0; $form->id = ""; $form->visible = 1; } diff --git a/course/lib.php b/course/lib.php index c615187d4b..847ed133db 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1097,7 +1097,7 @@ function print_my_moodle() { print_course($course, "100%"); echo "
\n"; } - echo "

wwwroot/course/\">".get_string("fulllistofcourses")."...

"; + echo "

wwwroot/course/\">".get_string("fulllistofcourses")."...

"; } else { if (count_records("course_categories") > 1) { print_simple_box_start("center", "100%");