mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-10084 Styling/branding
This commit is contained in:
parent
b3ac6c3ef0
commit
3bfd8bc8b7
@ -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 class="day"> </td>'."\n";
|
||||
$content .= '<td class="dayblank"> </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 class="day"> </td>';
|
||||
$content .= '<td class="dayblank"> </td>';
|
||||
}
|
||||
$content .= '</tr>'; // Last row ends
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user