* The 'To:' box accepts more characters now
authorArt Cancro <ajc@citadel.org>
Fri, 16 Sep 2005 02:36:01 +0000 (02:36 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 16 Sep 2005 02:36:01 +0000 (02:36 +0000)
* Removed the border from the new 'XML' button

webcit/ChangeLog
webcit/messages.c
webcit/webcit.c

index 3846f9739bb34b886ccb8a8c58c43ce11bb1b660..e2494fa9e3f62262b15266b641f1b84c984d1bfd 100644 (file)
@@ -1,4 +1,8 @@
 $Log$
+Revision 625.4  2005/09/16 02:36:01  ajc
+* The 'To:' box accepts more characters now
+* Removed the border from the new 'XML' button
+
 Revision 625.3  2005/09/16 01:20:00  error
 Add Reply and Email links; and an RSS link in the header
 
@@ -2965,4 +2969,3 @@ 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 340a4ca74f722eec47c6e8ee9c99576427a5630a..ad6c418911de4ce9a78ff22976746f18053c2d29 100644 (file)
@@ -2393,7 +2393,7 @@ void display_enter(void)
                wprintf("</td><td>"
                        "<input autocomplete=\"off\" type=\"text\" name=\"recp\" id=\"recp_name\" value=\"");
                escputs(bstr("recp"));
-               wprintf("\" size=50 maxlength=70>");
+               wprintf("\" size=50 maxlength=300>");
        
                wprintf("<div class=\"auto_complete\" id=\"recp_name_choices\"></div>");
        
index b595b01c230e41c0fefe3c3793bdab1d93be05d5..21ae6231a0bfb46afa709b58d06ab416b5e8e7c8 100644 (file)
@@ -722,7 +722,7 @@ void offer_start_page(void) {
        urlescputs(WC->wc_roomname);
        wprintf("\" title=\"RSS 2.0 feed for ");
        escputs(WC->wc_roomname);
-       wprintf("\"><img alt=\"RSS\" src=\"/static/xml_button.gif\"/></a>\n");
+       wprintf("\"><img alt=\"RSS\" border=\"0\" src=\"/static/xml_button.gif\"/></a>\n");
 }