10 lines
481 B
HTML
10 lines
481 B
HTML
<html xmlns:core="http://typo3.org/ns/TYPO3/CMS/Core/ViewHelpers" data-namespace-typo3-fluid="true">
|
|
<f:asset.module identifier="@typo3/backend/bookmark/toolbar/bookmark-menu-element.js"/>
|
|
<span class="toolbar-item-icon" title="{f:translate(key: 'core.bookmarks:title')}" aria-hidden="true">
|
|
<core:icon identifier="actions-bookmark" alternativeMarkupIdentifier="inline" />
|
|
</span>
|
|
<span class="toolbar-item-title">
|
|
<f:translate key="core.bookmarks:title"/>
|
|
</span>
|
|
</html>
|