]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* "reply" button on pop-up pages
[citadel.git] / webcit / webcit.c
index 8aa27b7ca02b7f8ba8e48f0e339f47f8b1e80164..d2be7d4146f74975ad697aaa4cc9832f8af0ed28 100644 (file)
@@ -339,7 +339,7 @@ void output_headers(int controlcode)
                wprintf("function launch_page_popup() {\n");
                wprintf("pwin = window.open('/page_popup', 'CitaPage%d', "
                        "'toolbar=no,location=no,copyhistory=no,status=no,"
-                       "scrollbars=yes,resizable=no,height=150,width=400');\n",
+                       "scrollbars=yes,resizable=no,height=250,width=400');\n",
                        ++pageseq);
                wprintf("}\n");
                wprintf("</SCRIPT>\n");