mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-30 10:32:47 +00:00
delete notice and put grey background for multi-columns view
This commit is contained in:
@@ -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...";
|
||||
|
||||
@@ -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