Files
cms-backend/Resources/Private/Templates/ToolbarItems/ClearCacheToolbarItemSingle.fluid.html
T

7 lines
445 B
HTML

<html xmlns:core="http://typo3.org/ns/TYPO3/CMS/Core/ViewHelpers" data-namespace-typo3-fluid="true">
<f:asset.module identifier="@typo3/backend/toolbar/clear-cache-menu.js"/>
<button type="button" data-endpoint="{endpoint}" class="toolbar-item-link t3js-toolbar-cache-flush-action">
<f:render partial="ToolbarItems/ToolbarItem" arguments="{title: title, icon: '{core:icon(identifier: iconIdentifier, size: \'small\')}'}"/>
</button>
</html>