Skip to content
Snippets Groups Projects
Commit e8e69709 authored by Michael Kessler's avatar Michael Kessler
Browse files

[TASK] Adjust pagination styling in backend

parent b452aac4
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,13 @@
<div class="panel panel-default recordlist">
<div class="table-fit">
<table data-table="pages" class="table table-striped table-hover">
<f:render partial="Backend/Pagination" arguments="{pagination: pagination, paginator: paginator, actionName: 'index', currentPage: currentPage}"/>
<thead>
<tr>
<td class="bg-light" colspan="3">
<f:render partial="Backend/Pagination" arguments="{pagination: pagination, paginator: paginator, actionName: 'index', currentPage: currentPage}"/>
</td>
</tr>
</thead>
<tbody>
<f:for each="{paginator.paginatedItems}" as="singleNews">
<tr data-uid="{singleNews.uid}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment