[TYPO3-dev] A bug fix proposal for a frontend language problem
tapio
tapio.markula at dnainternet.net
Wed Feb 8 09:32:59 CET 2006
Hi
What you think about this bug fix proposal
for edit icon language problem:
/* take the title data on the base of BE-language */
$conf['iconTitle.']['data'] =
$GLOBALS['LANG']->sL($conf['iconTitle.']['data']);
...
/* comment this row */
#$iconTitle = $this->stdWrap($conf['iconTitle'],$conf['iconTitle.']);
...
/* use that directly in the title attribute */
...
'<img src="'.$imagePath.'edit_fe.gif" border="0" align="top"
title="'.t3lib_div::deHSCentities(htmlspecialchars($conf['iconTitle.']['data'])).'"'.$style.'
class="frontEndEditIcons" alt="" title="" />'; // original $iconTitle
Anyway this solution works and cause consistent result.
Anyway I solved language problems in 'tm_contentaccess' and I don't need
help in that issue.
More information about the TYPO3-dev
mailing list