aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-30 04:38:46 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-30 04:38:46 +0000
commitf1fc1465b43d9d1de981716112743ce67e08b132 (patch)
tree3b196b05228c40e8be787341710b5729a4294430 /week.php
parentc31b0821db57f9e530cfe83b96989b8b9fc44b92 (diff)
downloadphpicalendar-f1fc1465b43d9d1de981716112743ce67e08b132.tar.gz
phpicalendar-f1fc1465b43d9d1de981716112743ce67e08b132.tar.bz2
phpicalendar-f1fc1465b43d9d1de981716112743ce67e08b132.zip
more tweekies.
Diffstat (limited to 'week.php')
-rw-r--r--week.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/week.php b/week.php
index d513a9b..69e1fba 100644
--- a/week.php
+++ b/week.php
@@ -129,18 +129,17 @@ for ($i=0;$i<7;$i++) {
$i = 0;
echo "<tr>\n";
echo "<td bgcolor=\"#f5f5f5\" colspan=\"2\"></td>";
- // echo "<td height=\"11\" width=\"60\" nowrap bgcolor=\"#f5f5f5\">&nbsp;</td>";
do {
$thisday = date("Ymd", $thisdate);
if ($master_array[($thisday)]["-1"]) {
- echo "<td height=\"24\">\n";
- echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"4\">\n";
+ echo "<td bgcolor=\"#f5f5f5\" height=\"24\">\n";
+ echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"4\" class=\"V9\">\n";
foreach($master_array[($thisday)]["-1"] as $allday) {
$all_day_text = $allday["event_text"];
$description = $allday["description"];
echo "<tr>\n";
- echo "<td colspan=\"" . $nbrGridCols[$thisday] . "\" valign=\"top\" align=\"center\" bgcolor=\"#6699CC\"><a class=\"psf\" href=\"javascript:openEventInfo('$event_text2', '$calendar_name', '$event_start', '$event_end', '$description')\"><font color=\"#ffffff\"><i>$all_day_text</i></font></a></td>\n";
+ echo "<td colspan=\"" . $nbrGridCols[$thisday] . "\" valign=\"top\" align=\"center\" bgcolor=\"#6699CC\"><a class=\"psf\" href=\"javascript:openEventInfo('$event_text2', '$calendar_name', '$event_start', '$event_end', '$description')\"><font color=\"#ffffff\">$all_day_text</font></a></td>\n";
echo "</tr>\n";
}
echo "</table>\n";

© 2014-2024 Faster IT GmbH | imprint | privacy policy