Project

General

Profile

Actions

Bug #50550

closed

Content Element "Uploads" is missing file extension in CSS class

Added by Leon Dietsch about 11 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2013-07-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The CSS class for each list entry containing the file extension is missing the part with the file extension.

Responsible is the following configuration:

tt_content.uploads.20.renderObj.wrap.cObject.10.elementClass = csc-uploads-element csc-uploads-element-{register:fileExtension}

I fixed this issue for myself by changing {register:fileExtension} to {file:current:extension}.

Actions #1

Updated by Philipp Gampe about 11 years ago

  • Status changed from New to Accepted

Would you be so kind and push a patch to gerrit? http://wiki.typo3.org/CWT

Actions #2

Updated by Wouter Wolters about 11 years ago

  • Status changed from Accepted to Needs Feedback

This should be fixed already with the following line: elementClass = csc-uploads-element csc-uploads-element-{file:current:extension}

Which TYPO3 version are you using?

Actions #3

Updated by Leon Dietsch about 11 years ago

Yes, you are right. I was using 6.1.1 - it is fixed in 6.1.2. My mistake.

Actions #4

Updated by Leon Dietsch about 11 years ago

Yes, you are right. I was using 6.1.1 - it is fixed in 6.1.2. My mistake.

Actions #5

Updated by Wouter Wolters about 11 years ago

  • Status changed from Needs Feedback to Resolved

Thanks for checking:)

Actions #6

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF