[TYPO3-calendar] rendering of ALLDAY in newLargeMonth.tmpl in cal 1.7.0

Hauke Haller post at haukehaller.de
Tue Oct 21 21:01:00 CEST 2014


Moin,
I'm trying to setup a Month view with several ALLDAY-events with cal 1.7.0. They should be displayd as a bar and give the information if a laboratory is occupied or not. There are several laboratories(=categories).
The order of the bars in the month view now is given by the duration. If one event lasts longer (the bar is longer), it will be set on the top. Thats confusing. I like to set the position of teh bars (via css) but in the moment they come hardcoded als <tr>. like:

<tr class="withEventWeek">
     <td class="event withEventWeek weekday1" colspan="4">
         <div class="allday vevent pink_catheader_allday" id="cal_event_2">
			...(longer event)
	</div>
     </td>
     <td class="empty withEventWeek weekday5"></td>
     <td class="empty withEventWeek weekday6"></td>
     <td class="empty withEventWeek weekday0"></td>
</tr>

<tr class="withEventWeek">
     <td class="event withEventWeek weekday1" colspan="3">
         <div class="allday vevent green_catheader_allday" id="cal_event_1">
			...(shorter event)
	</div>
     </td>
     <td class="empty withEventWeek weekday4"></td>
     ...
</tr>


The question:
Where is the rendering of the ###ALLDAY### included in the  newLargeMonth.tmpl done? (I cant find it in event_model.tmpl)

Hauke


More information about the TYPO3-project-calendar mailing list