From: Art Cancro Date: Tue, 20 May 2003 03:25:41 +0000 (+0000) Subject: * Separate event invitees with newlines instead of commas. X-Git-Tag: v7.86~5890 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=9e701d48c74f3c04db7113022aa06a11cc6ed4a0 * Separate event invitees with newlines instead of commas. --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 433a9e7b1..8a0ccb73c 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 410.32 2003/05/20 03:25:41 ajc +* Separate event invitees with newlines instead of commas. + Revision 410.31 2003/05/19 19:55:09 ajc * summary.c: eliminate compiler warnings about unused variables when compiling a WebCit service without calendar support @@ -1404,4 +1407,3 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix - diff --git a/webcit/calendar_tools.c b/webcit/calendar_tools.c index f832bb5b0..e276cf393 100644 --- a/webcit/calendar_tools.c +++ b/webcit/calendar_tools.c @@ -169,7 +169,7 @@ struct icaltimetype icaltime_from_webform(char *prefix) { /* - * Generae a new, globally unique UID parameter for a calendar object. + * Generate a new, globally unique UID parameter for a calendar object. */ void generate_new_uid(char *buf) { static int seq = 0; diff --git a/webcit/event.c b/webcit/event.c index d8656ebdb..e8521d67d 100644 --- a/webcit/event.c +++ b/webcit/event.c @@ -87,11 +87,9 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum) /* Begin output */ output_headers(3); - wprintf("
" - "" - "Edit event" - "

\n" - ); + do_template("beginbox_nt"); + wprintf("

 " + " Add or edit an event

\n"); /************************************************************ * Uncomment this to see the UID in calendar events for debugging @@ -238,7 +236,7 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum) wprintf("Notes\n" "