mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Fix issues with contextual menu in calendars
Creating an event or a task using the contextual menu will now consider the day and hour of the menu position (fixes #2557). The next/previous day/month menu options have been fixed. The menu will now disappear when clicking outside the contextual menu on the calendar area.
This commit is contained in:
@@ -22,12 +22,14 @@
|
||||
<span class="weeksHeader">
|
||||
<span class="week1">
|
||||
<a href="#"
|
||||
id="leftNavigationArrow"
|
||||
var:date="prevWeekQueryParameters.day"
|
||||
onclick="return onCalendarGotoDay(this);"><img rsrc:src="arrow-left.png"/></a>
|
||||
</span>
|
||||
<span class="week0"><var:string value="currentWeekName" /></span>
|
||||
<span class="week1">
|
||||
<a href="#"
|
||||
id="rightNavigationArrow"
|
||||
var:date="nextWeekQueryParameters.day"
|
||||
onclick="return onCalendarGotoDay(this);"><img rsrc:src="arrow-right.png"/></a>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user