15 lines
601 B
HTML
15 lines
601 B
HTML
<html xmlns:core="http://typo3.org/ns/TYPO3/CMS/Core/ViewHelpers" data-namespace-typo3-fluid="true">
|
|
|
|
<f:asset.module identifier="@typo3/backend/live-search/toolbar/live-search-toolbar-item.js"/>
|
|
<button
|
|
class="toolbar-item-link t3js-topbar-button-search"
|
|
aria-haspopup="dialog"
|
|
>
|
|
<f:render partial="ToolbarItems/ToolbarItem" arguments="{
|
|
title: 'LLL:EXT:backend/Resources/Private/Language/locallang_toolbar.xlf:toolbarItems.search',
|
|
icon: '{core:icon(identifier: \'actions-search\', size: \'small\', alternativeMarkupIdentifier: \'inline\')}'
|
|
}" />
|
|
</button>
|
|
|
|
</html>
|