Bug #15238
closedlinkToTop won't work with CSSSC
0%
Description
I like to change the linkToTop text in the constants field, e.g. to
content.linkToTop = <a href="#top">Zum Seitenanfang</a><br>
but it will not work if CSS Styled Content is included.
That's a real bug, 'cause the documentation does not include any hint that this combination doesn't work. Without CSSSC it works, but who want's to work without CSS Styled Content today...?
(issue imported from #M1931)
Updated by Marc Bastian Heinrichs almost 19 years ago
CSC uses tt_content.stdWrap.innerWrap2 with language files to generate the link to top. Change innerWrap2 to change the link text.
Updated by Dieter Mayer almost 19 years ago
Wonderful, works, but where can I find this in the docu? Better update the docs.
Thanks, Marc
Updated by Sebastian Kurfuerst almost 19 years ago
Hi,
I just checked it in the constant editor, and when I just have css styled content included there, there is no possibility to set content.linkToTop - so this is no bug.
Greets, Sebastian