Project

General

Profile

Actions

Bug #16197

closed

No lang resolution for title in <tx_templavoila> element

Added by Marc Bastian Heinrichs almost 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
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

0003594.gif (2.34 KB) 0003594.gif Administrator Admin, 2006-05-30 11:08
Actions

Also available in: Atom PDF