* Added utility functions for displaying vcalendar timestamps in web forms
[citadel.git] / webcit / messages.c
index c98a42aadfe1fc85e0bcd9af0fe44b45620811dc..f6a88c416f6a1c0b058815d0bce16221a448eb3e 100644 (file)
@@ -837,7 +837,10 @@ void readloop(char *oper)
        }
 
        if (is_tasks) {
-               wprintf("</UL>\n");
+               wprintf("</UL>\n"
+                       "<A HREF=\"/display_edit_task?msgnum=0\">"
+                       "Add new task</A>\n"
+               );
        }
 
        /* Bump these because although we're thinking in zero base, the user