TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:18 +02:00
commit 1da5e665e7
73 changed files with 8040 additions and 0 deletions
@@ -0,0 +1,26 @@
<html
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
data-namespace-typo3-fluid="true"
>
<div class="table-fit">
<table class="table table-striped table-hover" id="typo3-filelist" data-mode="{mode}">
<thead>
{tableHeader -> f:format.raw()}
</thead>
<tbody data-multi-record-selection-row-selection="true">
{tableBody -> f:format.raw()}
</tbody>
</table>
</div>
<f:render partial="Pagination" arguments="{
paginator:paginator,
pagination:pagination,
currentPage:currentPage,
totalPages:totalPages,
currentUrl:currentUrl,
firstElement:firstElement,
lastElement:lastElement
}" />
</html>