[TYPO3-dev] Change BE icon for hidden item

Brian Bendtsen nightowl at galnet.dk
Thu Sep 13 12:55:07 CEST 2007


Hi

In my own extension I would like to change the BE icon for a hidden item.

I have this in the ctrl area of my TCA so far:

		'typeicon_column' => 'paid',
		'typeicons' => Array(
		 'yes' => 
t3lib_extMgm::extRelPath($_EXTKEY).'icon_tx_indmeldelse_medlem.png',
		 'no' => 
t3lib_extMgm::extRelPath($_EXTKEY).'icon_tx_indmeldelse_medlem_skjult.png',
		 ),

But I would like a different icon for hidden state.

Any suggestions?

/Brian Bendtsen




More information about the TYPO3-dev mailing list