Project

General

Profile

Bug #19425 » bug_0009501_3.diff

Administrator Admin, 2008-10-07 18:58

View differences:

typo3_src-4.1.2_patch/typo3/sysext/cms/layout/class.tx_cms_layout.php 2008-10-07 20:40:45.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['LANG']->charSet,$colName,'toUpper')).'</b></div><img src="clear.gif" width="1" height="2" alt="" /></td>
</tr>';
// Create command links:
(4-4/5)