summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/event/index.phtml')
-rwxr-xr-xapplication/views/scripts/event/index.phtml12
1 files changed, 6 insertions, 6 deletions
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("<br/> Type: " + event.category + "<br/> Note: " + event.note + "<br/> Participants: " + event.participants);
}
- }
-
+ }
});
// EventType Buttons
@@ -1018,4 +1018,4 @@ selected one?</p>
</div>
<!-- add loading image -->
-<IMG id="progress" class="mitte" src="/media/img/loader.gif"/> \ No newline at end of file
+<IMG id="progress" class="fc-progress" src="/media/img/loader.gif"/> \ No newline at end of file