Bug #19425 » 9501_v4.diff
typo3/sysext/cms/layout/class.tx_cms_layout.php (working copy) | ||
---|---|---|
// 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['LANG']->csConvObj->conv_case($GLOBALS['LANG']->charSet, $colName, 'toUpper')) . '</b></div><img src="clear.gif" width="1" height="2" alt="" /></td>
|
||
</tr>';
|
||
// Create command links:
|
- « Previous
- 1
- …
- 3
- 4
- 5
- Next »