mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
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:
parent
a5ec499521
commit
eb610eb90d
3 changed files with 3 additions and 3 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue