MDL-36576 - change generalbox classname to generaltable to fix rounded corners on the table background color

This commit is contained in:
Amy Groshek
2012-11-14 12:32:30 -06:00
parent ff63a3ad58
commit 02e5529bd5
+1 -1
View File
@@ -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>';