Actions
Bug #77896
closedFSC Uploads target="_blank" didn't work
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-09-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
TYPO3: 7.6.10
If target="_blank" ist selected in options the attribute isn't available in Fluid Template uploads.html
Should be something like that:
<f:if condition="{data.target}"> <f:then> <a href="{file.publicUrl}" target="_blank"> </f:then> <f:else> <a href="{file.publicUrl}"> </f:else> </f:if>
Actions