[TYPO3-core] RFC #8270: Bugfix: Hardcoded labels in title-attributes in backends right upper corner icons

Stefano Kowalke blueduck at gmx.net
Sun Apr 27 15:02:58 CEST 2008


Hi,

This is an SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=8270

Branches:
4.2, Trunk

Problem:
Title attributes from three icons (Shortcut, Clear Cache, Search) in
backends upper right corner are hardcoded and not be able to translate.

Solution:
Solution for "Search":
Replace the hardcoded label in
typo3_src-4.2.0/typo3/classes/class.backendsearchmenu.php
with
$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.search');

Solution for "Clear Cache":
Replace the hardcoded label in
typo3_src-4.2.0/typo3/classes/class.clearcachemenu.php
with
$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:rm.clearCache_clearCache');

Solution for "Shortcut":
Add a new line to
typo3_src-4.2.0/typo3/sysext/lang/locallang_core.xml like
<label index="labels.shortcut">Shortcut</label>
    
Replace the hardcoded label in
typo3_src-4.2.0/typo3/classes/class.shortcutmenu.php
with
$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:labels.shortcut');


Saludos
Stefano
-- 
GPG-ID: 0x2B08936D
Key-Fingerprint: 7F31 BCF0 70C0 B3B1 1235 07E9 1777 D7A0 2B08 936D
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug_8270_class.backendsearch.php.diff
Type: text/x-diff
Size: 981 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080427/c99994f0/attachment.diff 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug_8270_class.clearcachemenu.diff
Type: text/x-diff
Size: 899 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080427/c99994f0/attachment-0001.diff 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug_8270_class.shortcutmenu.diff
Type: text/x-diff
Size: 982 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080427/c99994f0/attachment-0002.diff 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug_8270_locallang_core.xml.diff
Type: text/x-diff
Size: 545 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080427/c99994f0/attachment-0003.diff 


More information about the TYPO3-team-core mailing list