8 lines
462 B
HTML
8 lines
462 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"/>
|
|
<f:render partial="ToolbarItems/ToolbarItem" arguments="{
|
|
title: 'LLL:EXT:backend/Resources/Private/Language/locallang_toolbar.xlf:toolbarItems.clearCache',
|
|
icon: '{core:icon(identifier: \'actions-bolt\', size: \'small\', alternativeMarkupIdentifier: \'inline\')}'
|
|
}" />
|
|
</html>
|