From b9ab2aa96a8b93c92233fd0c5f845c329a7383dd Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 25 Oct 2011 09:37:35 +0200 Subject: current timeline implemented --- application/views/scripts/event/index.phtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'application/views') diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml index 87fb8a6..58441ea 100755 --- a/application/views/scripts/event/index.phtml +++ b/application/views/scripts/event/index.phtml @@ -203,12 +203,13 @@ var dayClick = false; allDaySlot: false, selectable: true, selectHelper: true, - defaultView: 'agendaWeek', - allDay : false, + currentTimeIndicator: true, + allDay : false, + defaultView: 'agendaWeek', slotMinutes: 15, defaultEventMinutes: 10, - loading: function(bool) { if (bool) $('#progress').show(); else $('#progress').hide(); }, + loading: function(bool) { if (bool) $('#progress').show(); else $('#progress').hide(); }, /* dayClick: function( date, allDay, jsEvent, view ) { @@ -725,8 +726,7 @@ var dayClick = false; if (view.name == 'agendaDay') { element.find('.fc-event-title').append("
Type: " + event.category + "
Note: " + event.note + "
Participants: " + event.participants); } - } - + } }); // EventType Buttons @@ -1018,4 +1018,4 @@ selected one?

- \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3-55-g7522