Some Bugfixes and new ways to create an event

This commit is contained in:
Tobias Hößl 2012-06-10 16:29:31 +00:00
parent 892856f43c
commit eed686a09b
9 changed files with 238 additions and 121 deletions

10
dav/wdcal/Changelog.txt Normal file
View file

@ -0,0 +1,10 @@
v0.1.1
======
[FEATURE] A "New Event" Button in the navigation bar of the calendar is added.
[FEATURE] When creating an event by dragging in the calendar, the "Edit Details"-Link leads to a page where the details can be added before actually creating the event.
[BUGFIX] When editing a event, the start time cannot be set befor the end time anymore.
[BUGFIX] Fixed some problems with Magic Quotes
v0.1
======
Initial Release

View file

@ -107,10 +107,11 @@ a.imgbtn span.Delete
background: url(./images/icons/delete.png) no-repeat 3px 4px;
}
span.addcal
a.addcal
{
padding-left:20px;
background: url(./images/icons/date_add.png) no-repeat 1px 50%;
color: black;
}
span.showdayview
{