[TYPO3] tt_news and missing edit icons

Tapio Markula tapio.markula at atwebteam.com
Mon Jan 8 13:56:38 CET 2007


Hi

TT_news seems still missing edit icons - why - which is very annoying.

I added them for single view editing /pi1/*.class

that didn't worked for list view.

Have somebody done that using setup.txt
like that has been done in
tx_fdfx2cols_

plugin.tx_fdfx2cols_pi1{
...

tt_content.fdfx_2cols_pi1 = COA
tt_content.fdfx_2cols_pi1 {
	10 = < lib.stdheader
	10.stdWrap.dataWrap=<div class="csc-fdfx_2cols_pi1-header 
csc-fdfx_2cols_pi1-header-{field:layout}">|</div>
	15=TEXT
	15{
		field = subheader
		required = 1

		dataWrap = <p class="csc-fdfx_2cols_pi1-subheader 
csc-fdfx_2cols_pi1-subheader-{field:layout}">|</p>
		htmlSpecialChars = 1

		editIcons = tt_content:subheader,layout
		editIcons.beforeLastTag = 1
		editIcons.iconTitle.data = 
LLL:EXT:css_styled_content/pi1/locallang.php:eIcon.subheader

		prefixComment = 2 | Subheader:
	}
	20 = < plugin.tx_fdfx2cols_pi1
}


More information about the TYPO3-english mailing list