diff --git a/course/category.php b/course/category.php index 37138b5281a..ba198d8cda8 100644 --- a/course/category.php +++ b/course/category.php @@ -320,7 +320,7 @@ if (!$courses) { echo '
'; echo ''; - echo ''; + echo '
'; echo ''; if ($editingon) { echo ''; diff --git a/course/lib.php b/course/lib.php index 92268fdf938..5e9f8f5422d 100644 --- a/course/lib.php +++ b/course/lib.php @@ -355,7 +355,7 @@ function print_log($course, $user=0, $date=0, $order="l.time ASC", $page=0, $per echo $OUTPUT->paging_bar($totalcount, $page, $perpage, "$url&perpage=$perpage"); $table = new html_table(); - $table->classes = array('logtable','generalbox'); + $table->classes = array('logtable','generaltable'); $table->align = array('right', 'left', 'left'); $table->head = array( get_string('time'), diff --git a/course/search.php b/course/search.php index 721d9681b1e..aeccc4f5cd2 100644 --- a/course/search.php +++ b/course/search.php @@ -282,7 +282,7 @@ if ($courses) { } else if (!empty($blocklist) and confirm_sesskey()) { echo "\n"; } - echo "
'.get_string('courses').''.get_string('edit').'
\n\n"; + echo "
\n\n"; echo "\n"; echo "\n"; echo "\n";
$strcourses$strcategory$strselect