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 #1

Updated by Marc Bastian Heinrichs almost 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.

Actions #2

Updated by Marc Bastian Heinrichs almost 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?

Actions #3

Updated by Dmitry Dulepov almost 18 years ago

Martin, do you know if it is fixed in 4.0.1 core? If yes, I will close this bug.

Actions

Also available in: Atom PDF