From: Art Cancro Date: Tue, 20 Mar 2012 02:45:03 +0000 (-0400) Subject: Migrated 'Send instant message' screen to room_banner_override X-Git-Tag: v8.11~127^2~4 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=7db95b2b851494c5d6d6b2512d438952d35558c9;p=citadel.git Migrated 'Send instant message' screen to room_banner_override --- diff --git a/webcit/paging.c b/webcit/paging.c index c5acde81f..dbae2397e 100644 --- a/webcit/paging.c +++ b/webcit/paging.c @@ -29,8 +29,8 @@ void display_page(void) strcpy(recp, bstr("recp")); - output_headers(1, 1, 2, 0, 0, 0); - wc_printf("
\n"); + output_headers(1, 1, 1, 0, 0, 0); + wc_printf("
\n"); wc_printf("

"); wc_printf(_("Send instant message")); wc_printf("

");