]> code.citadel.org Git - citadel.git/blobdiff - webcit/calendar_view.c
* Use the new icons in more places.
[citadel.git] / webcit / calendar_view.c
index 4059bc9a9f690eb9c85205234931d14800c3c7e0..5bfe3497d45faefa9ae8bdae9c0acd17f3065939 100644 (file)
@@ -651,6 +651,8 @@ void do_tasks_view(void) {
                        WC->disp_cal[i].cal_msgnum );
                urlescputs(WC->wc_roomname);
                wprintf("\">");
+               wprintf("<IMG ALIGN=MIDDLE "
+                       "SRC=\"/static/taskmanag_16x.gif\" BORDER=0>&nbsp;");
                if (p != NULL) {
                        escputs((char *)icalproperty_get_comment(p));
                }