From 631d73c1da3de0aceb29a462cbf65bc64605b238 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 30 Aug 2000 03:20:25 +0000 Subject: [PATCH] * Put the wholist back into its own window. --- webcit/ChangeLog | 4 ++++ webcit/static/menubar.html | 11 ++++++++++- webcit/who.c | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) 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); -- 2.39.2