mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
delete notice and put grey background for multi-columns view
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user