]> git.mjollnir.org Git - moodle.git/commitdiff
Tweak to calendar event (full display) column widths
authormoodler <moodler>
Thu, 20 May 2004 17:40:11 +0000 (17:40 +0000)
committermoodler <moodler>
Thu, 20 May 2004 17:40:11 +0000 (17:40 +0000)
calendar/view.php

index 16b07823e11dd219114f36e76a9203cd672acf38..b2be822af1c0528401237da3f305960c374df41d 100644 (file)
@@ -596,7 +596,7 @@ function calendar_print_event_table($event, $starttime, $endtime, &$coursecache,
         echo '<tr><td colspan="2">'.$event->name.'</td></tr>';
     }
 
-    echo "</thead>\n<tbody>\n<tr><td style='vertical-align: top;'>";
+    echo "</thead>\n<tbody>\n<tr><td style='vertical-align: top;' width=40%>";
 
     if(!empty($event->modulename)) {
         // The module name is set. This handling code should be synchronized with that in calendar_get_upcoming()