9 lines
427 B
HTML
9 lines
427 B
HTML
<html
|
||
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
||
data-namespace-typo3-fluid="true"
|
||
>
|
||
<f:translate id="LLL:EXT:core/Resources/Private/Language/locallang_wizards.xlf:imwizard.image-manipulation" />
|
||
: <f:if condition="{image.properties.title}"><f:then>{image.properties.title} — {image.name}</f:then><f:else>{image.name}</f:else></f:if>
|
||
({image.properties.width} × {image.properties.height})
|
||
</html>
|