diff --git a/UI/Scheduler/English.lproj/Localizable.strings b/UI/Scheduler/English.lproj/Localizable.strings index d884803b3..ecb4a9135 100644 --- a/UI/Scheduler/English.lproj/Localizable.strings +++ b/UI/Scheduler/English.lproj/Localizable.strings @@ -545,10 +545,6 @@ vtodo_class2 = "(Confidential task)"; "DestinationCalendarError" = "The source and destination calendars are the same. Please try to copy to a different calendar."; "EventCopyError" = "The copy failed. Please try to copy to a difference calendar."; "Please select at least one calendar" = "Please select at least one calendar"; -"notice:" = "notice:"; -"error:" = "error:"; -"success:" = "success:"; -"warning:" = "warning:"; "Open Task..." = "Open Task..."; diff --git a/UI/WebServerResources/SchedulerUI.js b/UI/WebServerResources/SchedulerUI.js index da44ad6d5..58b7df137 100644 --- a/UI/WebServerResources/SchedulerUI.js +++ b/UI/WebServerResources/SchedulerUI.js @@ -2184,8 +2184,8 @@ function adjustMultiColumnCalendarHeaderDIV() { else { $("calendarHeader").remove(); $("daysView").remove(); - var htmlText = "
" + _("notice:") + ""+_("Please go ahead and select calendars")+"
"; - $("calendarContent").innerHTML = htmlText; + $("calendarContent").style.height = "100%"; + $("calendarContent").style.background = "#E7E7E7"; } }