[TYPO3-calendar] Linking the Arrows in Minical

Felix Schubert input at fescon.de
Mon May 16 15:37:31 CEST 2011


Hello Group,

after reading the documentation and many posts for the changes from 1.3 
to 1.4 I still don't understand why my arrows for the previous and next 
month are not rendered.

Here is my snippet from my month_small.tmpl:

<thead>
	<tr>
		<th colspan="8" class="sideback">
		<div style="text-align: left; float: left;">
			<!-- ###PREV_MONTHLINK### start-->
				<!-- ###PREV_MONTHLINKTEXT### start-->
				<img src="###IMG_PATH###/left_day.gif" alt="[Previous Month]" 
height="14" width="14" />
				<!-- ###PREV_MONTHLINKTEXT### end-->
			<!-- ###PREV_MONTHLINK### end-->
		</div>
		###MONTH_TITLE###
		<div style="text-align: right; float: right;">
			<!-- ###NEXT_MONTHLINK### start-->
				<!-- ###NEXT_MONTHLINKTEXT### start-->
				<img src="###IMG_PATH###/right_day.gif" alt="[Next Month]" 
height="14" width="14" />
				<!-- ###NEXT_MONTHLINKTEXT### end-->
			<!-- ###NEXT_MONTHLINK### end-->
		</div>

		</th>
	</tr>
</thead>

Saw a posting here, which explained that this code should work but only 
###MONTH_TITLE### is rendered.
Used Typo3 Version is 4.3.8.

Any Ideas?

Best regards

Felix



More information about the TYPO3-project-calendar mailing list