]> code.citadel.org Git - citadel.git/commitdiff
* Fixed the unresponsive msgomatic in the bulletin board view.
authorArt Cancro <ajc@citadel.org>
Wed, 23 Nov 2005 02:44:41 +0000 (02:44 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 23 Nov 2005 02:44:41 +0000 (02:44 +0000)
webcit/ChangeLog
webcit/messages.c

index dce9c3875b615db9b5e855034c8ddf9e4483a2f4..01610fc24f52f3f24eaf7f680fe1abedb1b46199 100644 (file)
@@ -1,5 +1,8 @@
 $Id$
 
+Tue Nov 22 21:44:15 EST 2005 ajc
+* Fixed the unresponsive msgomatic in the bulletin board view.
+
 Tue Nov 22 00:00:46 EST 2005 ajc
 * Set up a toggleable iconbar that can switch between the menu and a room
   list.  The room list is not yet implemented, so a simple placeholder is
index 2f439c7dd81a154e579b4c0f4ca9b44908dd99cb..e5d2a93b25a21d1bbfc891e836a08b6fef31e03f 100644 (file)
@@ -2139,6 +2139,7 @@ void readloop(char *oper)
           if ((!is_tasks) && (!is_calendar) && (!is_addressbook)
              && (!is_notes) && (!is_singlecard) && (!is_summary)) {
 
+               wprintf("<form name=\"msgomatic\">");
                wprintf(_("Reading #"), lowest_displayed, highest_displayed);
 
                wprintf("<select name=\"whichones\" size=\"1\" "
@@ -2210,7 +2211,7 @@ void readloop(char *oper)
                        oper
                );
        
-               wprintf("</select>");
+               wprintf("</select></form>\n");
            }
        }