mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-36576 - change generalbox classname to generaltable to fix rounded corners on the table background color
This commit is contained in:
parent
8ccaa296fa
commit
8ebb84e281
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ $parentlist = array();
|
|||
$displaylist[0] = get_string('top');
|
||||
make_categories_list($displaylist, $parentlist);
|
||||
|
||||
echo '<table class="generalbox editcourse boxaligncenter"><tr class="header">';
|
||||
echo '<table class="generaltable editcourse boxaligncenter"><tr class="header">';
|
||||
echo '<th class="header" scope="col">'.$strcategories.'</th>';
|
||||
echo '<th class="header" scope="col">'.$strcourses.'</th>';
|
||||
echo '<th class="header" scope="col">'.$stredit.'</th>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue