mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
Some Bugfixes and new ways to create an event
This commit is contained in:
parent
892856f43c
commit
eed686a09b
9 changed files with 238 additions and 121 deletions
10
dav/wdcal/Changelog.txt
Normal file
10
dav/wdcal/Changelog.txt
Normal 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
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue