+2007-10-27 Benjamin Mack <mack@xnos.org>
+
+ * Fixed Bug #4662: New default behaviour for PAGE_TARGET (Thanks to Steffen Kemper)
+
2007-10-27 Ingmar Schlecht <ingmar@typo3.org>
* Fixed bug #1940: "OPEN DOCUMENTS" causes 404 error (Thanks to Christian Trabold)
<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' => 4002000,
+ 'description' => '<p>The default page target is empty (so no target is generated). If you use frames, you have to set target to "page" in Constants.</p>'
+);
?>
\ No newline at end of file
# 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 =
+
+content.pageFrameObj >
+[end]
+
+
[compatVersion = 3.9.0]
styles.content.imgtext >
}
}
+# Match TYPO3 4.2.0 and later
+[compatVersion = 4.2.0]
+tt_content.menu.20.default.1.target = {$PAGE_TARGET}
+tt_content.menu.20.2.1.target = {$PAGE_TARGET}
+[end]
# ****************
# CType: shortcut