delete notice and put grey background for multi-columns view

pull/47/head
Alexandre Cloutier 2014-06-30 14:13:52 -04:00
parent 8335c38830
commit 660f39a980
2 changed files with 2 additions and 6 deletions

View File

@ -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...";

View File

@ -2184,8 +2184,8 @@ function adjustMultiColumnCalendarHeaderDIV() {
else {
$("calendarHeader").remove();
$("daysView").remove();
var htmlText = "<div class='alert-box notice'><span>" + _("notice:") + "</span>"+_("Please go ahead and select calendars")+"</div>";
$("calendarContent").innerHTML = htmlText;
$("calendarContent").style.height = "100%";
$("calendarContent").style.background = "#E7E7E7";
}
}