Skip to content
Snippets Groups Projects
Commit d94e43f0 authored by Mathias Brodala's avatar Mathias Brodala Committed by Andreas Fernandez
Browse files

[BUGFIX] Update 6.2 static template

The 6.2 static template needs to stay in sync with the latest
static template from the 6.2 branch to ensure exactly the same
rendering in case it is used with a newer TYPO3 version.

Resolves: #66350
Releases: master
Change-Id: Iff668eed71d018133eda63aee906df5d8ae836a1
Reviewed-on: http://review.typo3.org/38612


Reviewed-by: default avatarMarkus Klein <klein.t3@reelworx.at>
Tested-by: default avatarMarkus Klein <klein.t3@reelworx.at>
Reviewed-by: default avatarAndreas Fernandez <andreas.fernandez@aspedia.de>
Tested-by: default avatarAndreas Fernandez <andreas.fernandez@aspedia.de>
parent 5698beaf
No related merge requests found
......@@ -1245,6 +1245,11 @@ tt_content.uploads {
fileTarget.override.override.field = target
removePrependedNumbers = 1
title {
data = file:current:title
htmlSpecialChars = 1
}
/*
jumpurl = {$styles.content.uploads.jumpurl}
jumpurl {
......@@ -1281,7 +1286,7 @@ tt_content.uploads {
# filename
20 = TEXT
20 {
data = file:current:name
data = file:current:title // file:current:name
htmlSpecialChars = 1
required = 1
......@@ -2228,7 +2233,7 @@ plugin.tx_cssstyledcontent._CSS_DEFAULT_STYLE (
/* File Links */
ul.csc-uploads { padding: 0; }
ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
ul.csc-uploads img { float: left; padding-right: 1em; vertical-align: top; }
ul.csc-uploads img { float: left; margin-right: 1em; vertical-align: top; }
ul.csc-uploads span { display: block; }
ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment