Bug #23660 » 15875-480limit.patch
typo3/sysext/cms/layout/class.tx_cms_layout.php (working copy) | ||
---|---|---|
// Finally, wrap it all in a table and add the language selector on top of it:
|
||
$out = $languageSelector.'
|
||
<table border="0" cellpadding="0" cellspacing="0" width="480" class="typo3-page-langMode">
|
||
<table border="0" cellpadding="0" cellspacing="0" class="typo3-page-langMode">
|
||
'.$out.'
|
||
</table>';
|
||
... | ... | |
// Wrap it all in a table:
|
||
$out='
|
||
<table border="0" cellpadding="1" cellspacing="2" width="480" class="typo3-page-sysnote">
|
||
<table border="0" cellpadding="1" cellspacing="2" class="typo3-page-sysnote">
|
||
'.$out.'
|
||
</table>';
|
||
}
|
||
... | ... | |
<!--
|
||
STANDARD LIST OF "'.$table.'"
|
||
-->
|
||
<table border="0" cellpadding="1" cellspacing="2" width="480" class="typo3-page-stdlist">
|
||
<table border="0" cellpadding="1" cellspacing="2" class="typo3-page-stdlist">
|
||
'.$out.'
|
||
</table>';
|
||
}
|
- « Previous
- 1
- 2
- 3
- Next »