Actions
Bug #16197
closedNo lang resolution for title in <tx_templavoila> element
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2006-05-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions