From 154d45cf29e88301a594b00a151383d2f4eadcdb Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 26 Oct 2011 18:47:54 +0200 Subject: minor die zweite --- application/views/scripts/event/index.phtml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'application/views/scripts/event/index.phtml') diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml index a6e9a3d..1e7f754 100755 --- a/application/views/scripts/event/index.phtml +++ b/application/views/scripts/event/index.phtml @@ -771,8 +771,20 @@ var dayClick = false; } if (view.name == 'agendaDay') { - element.find('.fc-event-title').append("
Type: " + event.category + "
Note: " + event.note + "
Participants: " + event.participants); + if(event.participants) { + element.find('.fc-event-title').append( + "
Type: " + event.category + + "
Note: " + event.note + + "
Participants: " + event.participants + + "
Repeat: " + event.repeat); + } else { + element.find('.fc-event-title').append( + "
Type: " + event.category + + "
Note: " + event.note + + "
Participants: ALL" + + "
Repeat: " + event.repeat); } + } } }); @@ -1056,9 +1068,9 @@ between two events.

Please choose another position

Show conflicts

-
+

Show conflict-free Events

-
+

-- cgit v1.2.3-55-g7522