[TYPO3-core] Patch: duplicate labels in indexed_search

Dmitry Dulepov dima at spamcop.net
Mon Jan 9 10:36:12 CET 2006


Hi!

Holzinger Franz wrote:
> Hello Dmitry,
> 
>>Type:
>>Bug (http://bugs.typo3.org/view.php?id=2198)
> 
> This is another topic.

Right. Here it is: http://bugs.typo3.org/view.php?id=2199

Initially I pasted URL of previous bug report for this extension.

> Where will the deleted pi_getLL texts be displayed instead of here?

They are loaded near line 1450:

$markerArray['###TEXT_ITEM_SIZE###'] = $this->pi_getLL('res_size','',1);
$markerArray['###TEXT_ITEM_CRDATE###'] =
$this->pi_getLL('res_created','',1);
$markerArray['###TEXT_ITEM_MTIME###'] =
$this->pi_getLL('res_modified','',1);
$markerArray['###TEXT_ITEM_PATH###'] = $this->pi_getLL('res_path','',1);

All formatting should be in the template, not in the code of extension.

Dmitry.



More information about the TYPO3-team-core mailing list