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

Hauke Haller post at haukehaller.de
Fri Oct 24 00:06:29 CEST 2014


a bit better example. (For clarification in this example weekday and event duration are not the same. Nothing else changed beside this..)

<tr>
   <td></td>
   <td></td>
   <td colspan= 4>
     <div class="event red_catheader">...</div>
   </td>

   <td></td>
</tr>

<tr>
   <td></td>

   <td></td>

   <td></td>

   <td colspan= 2>
     <div class="event green_catheader">...</div>
   </td>

   <td></td>
   <td></td>
</tr>

goes to

<tr>
   <td colspan= 7>
     <div class="event red_catheader weekday3" style="width:57.14285% /* =100/7*4 */;">...</div>
     <div class="event green_catheader weekday4" style="width:28.57142% /* =100/7*2 */;">...</div>
   </td>
</tr>



More information about the TYPO3-project-calendar mailing list