From 663e8b97e95d08df9e035ce76369438429b2c1b6 Mon Sep 17 00:00:00 2001 From: Thierry Pasqualier Date: Wed, 15 Aug 2007 10:21:37 +0000 Subject: [PATCH] Bulletin board view : use radio buttons in the place of the selector for the sorting of the messages --- webcit/messages.c | 51 ++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 27 deletions(-) diff --git a/webcit/messages.c b/webcit/messages.c index eed083885..736862d40 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -2468,7 +2468,7 @@ void readloop(char *oper) */ if (is_bbview) { /** begin bbview scroller */ - wprintf("
"); + wprintf(""); wprintf(_("Reading #"), lowest_displayed, highest_displayed); wprintf(""); wprintf(_("oldest to newest")); - wprintf("\n"); - - wprintf("\n"); + wprintf("\n"); wprintf("
\n"); /** end bbview scroller */ @@ -2692,26 +2691,24 @@ void readloop(char *oper) wprintf(_("of %d messages."), nummsgs); /** forward/reverse */ - wprintf(" "); wprintf(_("oldest to newest")); - wprintf("\n"); - - wprintf("\n"); - - wprintf("\n"); + wprintf("\n"); + + wprintf("\n"); /** end bbview scroller */ } -- 2.30.2