summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/event/index.phtml')
-rw-r--r--application/views/scripts/event/index.phtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index 0155e2f..8bfe4c1 100644
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -62,7 +62,7 @@ $(document).ready(function() {iniCalendar();});
default: 'week',
left: 'title',
center: 'prev,next today',
- right: 'agendaWeek,agendaDay'
+ right: 'month,agendaWeek,agendaDay'
},
editable: true,
// disableDragging: false,
@@ -70,6 +70,7 @@ $(document).ready(function() {iniCalendar();});
selectable: true,
selectHelper: true,
defaultView: 'agendaWeek',
+ allDay : false,
events: "/event/list",