[TYPO3-dev] BE: Where does this label come from?

Steffen Kamper steffen at sk-typo3.de
Sat May 31 10:10:26 CEST 2008


"Christopher" <Chrissitopher at gmx.de> schrieb im Newsbeitrag 
news:mailman.1.1212198224.5165.typo3-dev at lists.netfielders.de...
> Hi there,
>
> I would like to know where the Yes-label of "CE hidden:", "CE in Index:", 
> "To Top" (have a look at the attached picture) comes from.
> I would like to translate this.
> The question is: Where does TYPO3 generate this "Yes", which is the value?
>
> (Sidenote: Same problem with "Do not cache" and "Do not search").

Hi,

this is result of t3lib_BEfunc::getProcessedValue

( $l = $value ? 'Yes' : ''; )

vg Steffen 






More information about the TYPO3-dev mailing list