From: Art Cancro Date: Wed, 30 Aug 2000 03:20:25 +0000 (+0000) Subject: * Put the wholist back into its own window. X-Git-Tag: v7.86~7130 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=631d73c1da3de0aceb29a462cbf65bc64605b238;p=citadel.git * Put the wholist back into its own window. --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index a84f76935..942ae2fd1 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 212.6 2000/08/30 03:20:22 ajc +* Put the wholist back into its own window. + Revision 212.5 2000/07/06 03:46:29 ajc * Fixed the count in 'there are xxx messages remaining." (Closes bug #61) @@ -464,3 +467,4 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix + diff --git a/webcit/static/menubar.html b/webcit/static/menubar.html index 0f1c9bef4..819b075b1 100644 --- a/webcit/static/menubar.html +++ b/webcit/static/menubar.html @@ -1,3 +1,12 @@ + +


@@ -46,7 +55,7 @@ - + Who is online? diff --git a/webcit/who.c b/webcit/who.c index ae659924a..dadbf041c 100644 --- a/webcit/who.c +++ b/webcit/who.c @@ -142,7 +142,7 @@ void whobbs(void) } wprintf("\n

\n"); wprintf("\n\n
\n"); - wprintf("Close window\n"); + wprintf("Close window\n"); wprintf("
\n
"); wDumpContent(1);