]> code.citadel.org Git - citadel.git/commitdiff
* Add new event
authorArt Cancro <ajc@citadel.org>
Fri, 27 Sep 2002 21:19:28 +0000 (21:19 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 27 Sep 2002 21:19:28 +0000 (21:19 +0000)
webcit/ChangeLog
webcit/messages.c

index f8e7439aea92349f2d3622f8a2a70a13ff65f567..8f8d3cfb65bb3f105a3c4626c6ac709ca2a51e17 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 400.29  2002/09/27 21:19:28  ajc
+* Add new event
+
 Revision 400.28  2002/09/27 18:31:33  ajc
 * Properly handle VEVENT saves (fixed nasty loopy loopy bug)
 * After saving a VEVENT, return to the correct calendar view and date
@@ -1037,3 +1040,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+
index 1ca20f053ba4a15a1c814cfbbbd243090334b216..9066d4149e2be02bd4b3179f0027058ef3be4a56 100644 (file)
@@ -961,7 +961,13 @@ DONE:
        }
 
        if (is_calendar) {
-               do_calendar_view();
+               do_calendar_view();     /* Render the calendar */
+
+               wprintf("<A HREF=\"/display_edit_event?msgnum=0\">"
+                       "Add new calendar event</A>\n"
+               );
+
+
        }
 
        wDumpContent(1);