From 274aae280f09a56b8d015f2660125e6c41def476 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 19 Mar 2012 22:44:03 -0400 Subject: [PATCH] Migrated 'Add or edit an event' screen to room_banner_override --- webcit/event.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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("

"); -- 2.39.2