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

13 lines
746 B
HTML
Executable File

<html xmlns:core="http://typo3.org/ns/TYPO3/CMS/Core/ViewHelpers" data-namespace-typo3-fluid="true">
<h3 class="dropdown-headline"><f:translate id="LLL:EXT:ew_base/Resources/Private/Language/locallang_core.xlf:rm.release" /></h3>
<table class="dropdown-table">
<tr>
<th data-type="icon"><core:icon identifier="information-git" size="small" /></th>
<th data-type="title"><f:translate id="LLL:EXT:ew_base/Resources/Private/Language/locallang_core.xlf:rm.release_label-{f:if(condition: release.isTag, then: 'tag', else: 'branch')}" /></th>
<td data-type="value" class="text-{f:if(condition: release.isTag, then: 'success', else: 'warning')}">{release.release -> f:format.htmlentities()}</td>
</tr>
</table>
</html>