Complete overhaul of "Notes" view. Now features AJAX create and edit operations.
[citadel.git] / webcit / messages.c
index 9af483f6a7df928bf57cde866846d625ba1c59fb..3c3770e508deeb128392a0dcb1e0263072563afc 100644 (file)
@@ -2187,6 +2187,11 @@ void readloop(char *oper)
                );
        }
 
+       if (is_notes) {
+               wprintf("<div align=center>%s</div>\n", _("Click on any note to edit it."));
+               wprintf("<div id=\"new_notes_here\"></div>\n");
+       }
+
        for (a = 0; a < nummsgs; ++a) {
                if ((WC->msgarr[a] >= startmsg) && (num_displayed < maxmsgs)) {