[TYPO3] icon for filelink

Matyi Gábor gmatyi at freemail.hu
Tue May 30 18:22:22 CEST 2006


Hi,

If I create a filelink content element with one downloadable file, these 
code is generated.

<a id="c441"></a>
<!--  File list: [begin] -->
	<table class="csc-uploads csc-uploads-0">
	<tr class="tr-even">
		<td class="csc-uploads-fileName">
			<p><a href="uploads/media/file.pdf" target="_blank" >File.pdf</a></p>
			</td>
	</tr>
	</table>
<!--  File list: [end] -->

I'd like to add these rows to the table:

<td class="pdficon"><img src="fileadmin/misc/pdf.gif"></td>

The result have to be this.

<tr class="tr-even">
		<td class="pdficon"><img src="fileadmin/misc/pdf.gif"></td>
		<td class="csc-uploads-fileName">
			<p><a href="uploads/media/file.pdf" target="_blank" >File.pdf</a></p>
			</td>
</tr>


My question how do I do this? 

Please help anybody


Thanks in advance

Gabor Matyi



More information about the TYPO3-english mailing list