delete notice and put grey background for multi-columns view

This commit is contained in:
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

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