MDL-10084 Styling/branding

This commit is contained in:
dwoolhead 2007-06-27 11:45:37 +00:00
parent 6a61f741e6
commit 7308cb6949

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