mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
MDL-10084 Styling/branding
This commit is contained in:
parent
6a61f741e6
commit
7308cb6949
@ -202,7 +202,7 @@ function calendar_get_mini($courses, $groups, $users, $cal_month = false, $cal_y
|
||||
|
||||
// Paddding (the first week may have blank days in the beginning)
|
||||
for($i = $display->minwday; $i < $startwday; ++$i) {
|
||||
$content .= '<td> </td>'."\n";
|
||||
$content .= '<td class="day"> </td>'."\n";
|
||||
}
|
||||
|
||||
// Now display all the calendar
|
||||
@ -332,7 +332,7 @@ function calendar_get_mini($courses, $groups, $users, $cal_month = false, $cal_y
|
||||
|
||||
// Paddding (the last week may have blank days at the end)
|
||||
for($i = $dayweek; $i <= $display->maxwday; ++$i) {
|
||||
$content .= '<td> </td>';
|
||||
$content .= '<td class="day"> </td>';
|
||||
}
|
||||
$content .= '</tr>'; // Last row ends
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user