summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorSebastian Wagner2011-08-02 17:38:06 +0200
committerSebastian Wagner2011-08-02 17:38:06 +0200
commita73ec9493b353cf7284b1e02c2e9c6333623fcf8 (patch)
treeb98096854131928d5f4f84bdf23724f6ac405334 /application
parentclean up (diff)
downloadpoolctrl-a73ec9493b353cf7284b1e02c2e9c6333623fcf8.tar.gz
poolctrl-a73ec9493b353cf7284b1e02c2e9c6333623fcf8.tar.xz
poolctrl-a73ec9493b353cf7284b1e02c2e9c6333623fcf8.zip
calendar-view weekly by default
Diffstat (limited to 'application')
-rw-r--r--application/views/scripts/event/index.phtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml
index c33afbb..38fec17 100644
--- a/application/views/scripts/event/index.phtml
+++ b/application/views/scripts/event/index.phtml
@@ -59,6 +59,7 @@ $(document).ready(function() {iniCalendar();});
var calendar = $('#calendar').fullCalendar({
header: {
+ default: 'week',
left: 'title',
center: 'prev,next today',
right: 'agendaWeek,agendaDay'
@@ -68,6 +69,7 @@ $(document).ready(function() {iniCalendar();});
// droppable: true,
selectable: true,
selectHelper: true,
+ defaultView: 'agendaWeek',
events: "/event/list",