X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fevent.c;h=a5cd217d879d8c4f98de782e400b5ac02b383308;hb=f28fe04076ea3e18682f41c8ac6d40340902a3f4;hp=54cf9e1cc89cc9fa4a336a407510d4ba268c5624;hpb=17e8f184e32b045dcfa01bb30f27dad89c068396;p=citadel.git diff --git a/webcit/event.c b/webcit/event.c index 54cf9e1cc..a5cd217d8 100644 --- a/webcit/event.c +++ b/webcit/event.c @@ -488,7 +488,7 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, i = ((j + (int)weekstart) % 7); wprintf("%s\n", weekday_labels[i]); + wprintf(">%s\n", weekday_labels[i]); } wprintf("\n"); /* end 'weekday_selector' div */ @@ -507,15 +507,14 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, "%s onChange=\"RecurrenceShowHide();\">", ((which_rrend_is_preselected == 0) ? "checked" : "") ); - wprintf("%s
\n", _("No ending date")); + wprintf("%s
\n", _("No ending date")); wprintf("", ((which_rrend_is_preselected == 1) ? "checked" : "") ); wprintf(_("Repeat this event")); - wprintf(" "); - wprintf(" ", recur.count); wprintf(_("times")); wprintf("
\n"); @@ -525,7 +524,6 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, ((which_rrend_is_preselected == 2) ? "checked" : "") ); wprintf(_("Repeat this event until ")); - wprintf(""); if (icaltime_is_null_time(recur.until)) { recur.until = icaltime_add(t_start, icaldurationtype_from_int(604800)); @@ -560,7 +558,7 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, wprintf("\n"); end_tab(3, 3); - wprintf("\n"); + wprintf("\n"); /* end 'fix_scrollbar_bug' div */ StrBufAppendPrintf(WC->trailing_javascript, "eventEditAllDay(); \n"