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:
Francis Lachapelle
2009-03-12 21:02:21 +00:00
parent c4286b952b
commit 40b6d7a77c
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -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>