From 735a89c9198b614b41699322a6a8d62ab87688d1 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 16 Jul 2004 03:14:03 +0000 Subject: [PATCH] * more work on inetconf screen --- webcit/ChangeLog | 4 ++++ webcit/inetconf.c | 13 +++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 91f638351..eb11fd472 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 522.15 2004/07/16 03:14:03 ajc +* more work on inetconf screen + Revision 522.14 2004/07/16 02:50:00 ajc * useredit.c: put a pretty box around user editing @@ -1974,3 +1977,4 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix + diff --git a/webcit/inetconf.c b/webcit/inetconf.c index 7ccf7c125..c77b0a898 100644 --- a/webcit/inetconf.c +++ b/webcit/inetconf.c @@ -123,14 +123,23 @@ void display_inetconf(void) wprintf(""); escputs(ic_desc[which]); wprintf("
"); + wprintf("\n"); if (strlen(ic_spec[which]) > 0) { for (i=0; i\n"); } } - wprintf("
(add)
\n"); + wprintf("
"); extract_token(buf, ic_spec[which], i, '\n'); escputs(buf); - wprintf("
\n"); + wprintf("
" + ""); + wprintf("(Delete)
 (add)
\n"); do_template("endbox"); wprintf(""); if (which % 2 != 0) { -- 2.30.2