Project

General

Profile

Bug #19425 » bug_0009501_2.diff

Administrator Admin, 2008-10-07 16:25

View differences:

typo3_src-4.1.2_patched/typo3/sysext/cms/layout/class.tx_cms_layout.php 2008-10-07 18:14:04.000000000 +0400
// Create header row:
$out = '
<tr>
<td class="bgColor2" nowrap="nowrap"><img src="clear.gif" width="1" height="2" alt="" /><br /><div align="center"><b>'.htmlspecialchars(strtoupper($colName)).'</b></div><img src="clear.gif" width="1" height="2" alt="" /></td>
<td class="bgColor2" nowrap="nowrap"><img src="clear.gif" width="1" height="2" alt="" /><br /><div align="center"><b>'.
htmlspecialchars(t3lib_cs::conv_case($GLOBALS['TYPO3_CONF_VARS']['BE']['forceCharset']?$GLOBALS['TYPO3_CONF_VARS']['BE']['forceCharset']:'iso-8859-1',$colName,'toUpper')).
'</b></div><img src="clear.gif" width="1" height="2" alt="" /></td>
</tr>';
// Create command links:
(3-3/5)