Bug #16197
closedNo lang resolution for title in <tx_templavoila> element
0%
Description
to support
<type>array</type>
<tx_templavoila>
<title>LLL:EXT:...</title>
</tx_templavoila>
</el>
change line 2239
$opt[]='<option value="'.$kk.'">'.htmlspecialchars('NEW "'.$value['el'][$kk]['tx_templavoila']['title'].'"').'</option>';
to
$opt[]='<option value="'.$kk.'">'.htmlspecialchars('NEW "'.$this->sL($value['el'][$kk]['tx_templavoila']['title']).'"').'</option>';
see screenshot
(issue imported from #M3594)
Files
Updated by Marc Bastian Heinrichs over 18 years ago
Sorry, forgot to inform about the file.
Bug is in t3lib/class.t3lib_tceforms.php
It's TYPO3 core and not tx_templavoila.
Updated by Marc Bastian Heinrichs over 18 years ago
Sorry, forgot to inform about the file.
Bug is in t3lib/class.t3lib_tceforms.php
It's TYPO3 core and not tx_templavoila.
How about fixing this 1liner in 4.0.1?
Updated by Dmitry Dulepov over 18 years ago
Martin, do you know if it is fixed in 4.0.1 core? If yes, I will close this bug.