From: Art Cancro Date: Tue, 20 Mar 2012 02:44:03 +0000 (-0400) Subject: Migrated 'Add or edit an event' screen to room_banner_override X-Git-Tag: v8.11~127^2~5 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=274aae280f09a56b8d015f2660125e6c41def476;p=citadel.git Migrated 'Add or edit an event' screen to room_banner_override --- diff --git a/webcit/event.c b/webcit/event.c index 8bb658e8c..5f9d3213d 100644 --- a/webcit/event.c +++ b/webcit/event.c @@ -5,17 +5,11 @@ * * This program is open source software. You can redistribute it and/or * modify it under the terms of the GNU General Public License, version 3. - * - * * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * - * - * */ #include "webcit.h" @@ -167,8 +161,8 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, } */ /* Begin output */ - 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(_("Add or edit an event")); wc_printf("

");