From 3fe31b589aad860e6bc598a94b0ecadff416dd7d Mon Sep 17 00:00:00 2001 From: Thierry Pasqualier Date: Sun, 21 Oct 2007 14:09:13 +0000 Subject: [PATCH] CSS : pretty buttons to attendee's reply messages --- webcit/calendar.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/webcit/calendar.c b/webcit/calendar.c index 92a90cd5b..d9a3a2475 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -264,14 +264,15 @@ void cal_process_object(icalcomponent *cal, wprintf(""); /** Display the Accept/Decline buttons */ - wprintf("

" + wprintf("

" "%s " + "    " "%s" - " | " + "   " "%s" - " | " + "   " "%s" - "

\n", + "

\n", divname, _("How would you like to respond to this invitation?"), divname, divname, msgnum, cal_partnum, _("Accept"), @@ -292,12 +293,13 @@ void cal_process_object(icalcomponent *cal, ***********/ /** Display the update buttons */ - wprintf("

" - "%s" + wprintf("

" + "%s " + "    " "%s" - " | " + "   " "%s" - "

\n", + "

\n", divname, _("Click Update to accept this reply and update your calendar."), divname, divname, msgnum, cal_partnum, _("Update"), -- 2.39.2