mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Added auto-creation of all-day event
Monotone-Parent: 01b9ae40e54cf048f707552dd1ec645189b4abf1 Monotone-Revision: 244f630f9b5b56de06c1348c5371d785e2f3d3a3 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-03-12T21:02:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
1.0-2009XXYY
|
||||
-----------
|
||||
- when double-clicking in the all-day zone (day & week views), the "All Day event" checkbox is now automatically checked
|
||||
- replaced the JavaScript FastInit class by the dom:loaded event of Prototype JS
|
||||
|
||||
1.0-20090130 (1.0 rc9)
|
||||
------------------
|
||||
- added quota indicator in web mail module
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
><var:foreach list="daysToDisplay" item="currentTableDay"
|
||||
><div var:class="dayClasses"
|
||||
var:day="currentTableDay.shortDateString"
|
||||
hour="allday"
|
||||
><!-- space --></div
|
||||
></var:foreach
|
||||
></div>
|
||||
|
||||
Reference in New Issue
Block a user