X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcalendar_view.c;h=94ba0833d81279a776b2d8ec1f551f523fc0b1ca;hb=2781973f43a71bd9c31fb8223ff607702a3613bd;hp=94dc465f93b70c4d5f6cc7253710a09adfd96ad4;hpb=a90531a72e57d3add6576487e7912a4249ffe7a9;p=citadel.git diff --git a/webcit/calendar_view.c b/webcit/calendar_view.c index 94dc465f9..94ba0833d 100644 --- a/webcit/calendar_view.c +++ b/webcit/calendar_view.c @@ -145,7 +145,7 @@ void calendar_month_view(int year, int month, int day) { /* Outer table (to get the background color) */ wprintf("
\n"); + "bgcolor=#204B78>
\n"); wprintf("" "
" @@ -180,7 +180,7 @@ void calendar_month_view(int year, int month, int day) { /* Inner table (the real one) */ wprintf(""); + "bgcolor=#204B78>"); for (i=0; i<7; ++i) { wprintf("", days[i]); } @@ -324,16 +324,16 @@ void calendar_day_view(int year, int month, int day) { /* Outer table (to get the background color) */ wprintf("
%s
\n"); + "bgcolor=#204B78>
\n"); /* Inner table (the real one) */ wprintf("\n"); + "bgcolor=#204B78>\n"); /* Innermost table (contains hours etc.) */ wprintf("
" "\n"); + "bgcolor=#204B78>\n"); /* Display events before 8:00 (hour=-1 is all-day events) */ wprintf(""