Bug #19425 » bug_0009501.diff
typo3_src-4.1.2_patched/typo3/sysext/cms/layout/class.tx_cms_layout.php 2008-10-07 01:42:51.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(($GLOBALS['TYPO3_CONF_VARS']['BE']['forceCharset'])?mb_strtoupper($colName,$GLOBALS['TYPO3_CONF_VARS']['BE']['forceCharset']):mb_strtoupper($colName)).'</b></div><img src="clear.gif" width="1" height="2" alt="" /></td>
|
||
</tr>';
|
||
// Create command links:
|