MDL-37612 course: changed 1 instance of generalbox class to generaltable class in each of the following category.php, lib.php, search.php

This commit is contained in:
Mary Evans 2013-01-21 23:12:20 +00:00
parent a5ec499521
commit eb610eb90d
3 changed files with 3 additions and 3 deletions

View file

@ -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'),