ew_base/Resources/Private/Templates/ToolbarItems/ShowReleaseToolbarItem.html
Sebastian Fischer 5319bd35a5 First commit
2024-02-09 17:13:28 +01:00

9 lines
385 B
HTML
Executable File

<html xmlns:core="http://typo3.org/ns/TYPO3/CMS/Core/ViewHelpers" data-namespace-typo3-fluid="true">
<f:render partial="ToolbarItems/ToolbarItem" arguments="{
title: 'LLL:EXT:ew_base/Resources/Private/Language/locallang_core.xlf:rm.release',
icon: '{core:icon(identifier: \'ew-base-extension-small\', size: \'small\', alternativeMarkupIdentifier: \'inline\')}'
}" />
</html>