Project

General

Profile

Bug #16791 » page_target_default_compat.diff

Administrator Admin, 2007-10-23 21:20

View differences:

typo3/sysext/css_styled_content/ext_localconf.php (working copy)
<li><b>CSS based "image" and "text with image"</b><br />As the extension cron_cssstyledimgtext has been merged into the core, rendering of the content elements "image" and "text with image" has been changed to be CSS instead of table based. Read the <a href="http://wiki.typo3.org/index.php/TYPO3_4.0" target="_blank">4.0 release notes</a> for further information.</li></ul>',
'description_acknowledge' => 'You will have to update your stylesheets to comply with these changes.'
);
$TYPO3_CONF_VARS['SC_OPTIONS']['ext/install']['compat_version']['tx_cssstyledcontent_pagetargets'] = array(
'title' => 'CSS Styled Content: Default targets for non-frame pages',
'version' => 4200000,
'description' => '<p>The default page target is empty (so no target is generated). If you use frames, you have to set it to page in Constants.</p>'
);
?>
typo3/sysext/css_styled_content/static/constants.txt (working copy)
# cat=advanced/links; type=small; label= Target for internal links: Should match the name of the content PAGE-object in TypoScript when used with frames. Most cases: Set to "page" if you have frames in the template. If not, set to "" (empty)
PAGE_TARGET = page
[compatVersion = 4.2.0]
# cat=advanced/links; type=small; label= Target for internal links: Should match the name of the content PAGE-object in TypoScript when used with frames. Most cases: set to "" (empty). If you have frames in the template set to "page"
PAGE_TARGET =
[end]
[compatVersion = 3.9.0]
styles.content.imgtext >
......
[END]
# TYPO3 CVS ID: $Id$
typo3/sysext/css_styled_content/static/setup.txt (working copy)
1 = TMENU
1.NO.allWrap = <p>|</p>
1.NO.stdWrap.htmlSpecialChars = 1
1.target = {$content.pageFrameObj}
1.target = {$PAGE_TARGET}
}
# "Menu of subpages to these pages"
......
1 = TMENU
1.NO.allWrap = <p class="csc-sitemap csc-sitemap-level1">|</p>
1.NO.stdWrap.htmlSpecialChars = 1
1.target = {$content.pageFrameObj}
1.target = {$PAGE_TARGET}
1.expAll = 1
2 < .1
......
[END]
# TYPO3 CVS ID: $Id$
# TYPO3 CVS ID: $Id$
(2-2/3)