MDL-10084 Styling/branding

This commit is contained in:
dwoolhead 2007-06-28 14:08:08 +00:00
parent b3ac6c3ef0
commit 3bfd8bc8b7

View File

@ -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">&nbsp;</td>'."\n";
$content .= '<td class="dayblank">&nbsp;</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">&nbsp;</td>';
$content .= '<td class="dayblank">&nbsp;</td>';
}
$content .= '</tr>'; // Last row ends