mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 10:53:37 +00:00
Fix reference to pagination template.
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
</p>
|
</p>
|
||||||
{% if currencies|length > 0 %}
|
{% if currencies|length > 0 %}
|
||||||
<div style="padding-left:8px;">
|
<div style="padding-left:8px;">
|
||||||
{{ currencies.links('pagination.bootstrap-4')|raw }}
|
{{ currencies.links('v1.pagination.bootstrap-4')|raw }}
|
||||||
</div>
|
</div>
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div style="padding-left:8px;">
|
<div style="padding-left:8px;">
|
||||||
{{ currencies.links('pagination.bootstrap-4')|raw }}
|
{{ currencies.links('v1.pagination.bootstrap-4')|raw }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<div style="padding-left:8px;">
|
<div style="padding-left:8px;">
|
||||||
{{ accounts.links('pagination.bootstrap-4')|raw }}
|
{{ accounts.links('v1.pagination.bootstrap-4')|raw }}
|
||||||
</div>
|
</div>
|
||||||
<table class="table table-responsive table-hover" id="sortable-table">
|
<table class="table table-responsive table-hover" id="sortable-table">
|
||||||
<thead>
|
<thead>
|
||||||
@@ -104,5 +104,5 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div style="padding-left:8px;">
|
<div style="padding-left:8px;">
|
||||||
{{ accounts.links('pagination.bootstrap-4')|raw }}
|
{{ accounts.links('v1.pagination.bootstrap-4')|raw }}
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<div style="padding-left:8px;">
|
<div style="padding-left:8px;">
|
||||||
{{ paginator.links('pagination.bootstrap-4')|raw }}
|
{{ paginator.links('v1.pagination.bootstrap-4')|raw }}
|
||||||
</div>
|
</div>
|
||||||
<table class="table table-responsive table-hover" id="bill-sortable">
|
<table class="table table-responsive table-hover" id="bill-sortable">
|
||||||
<thead>
|
<thead>
|
||||||
@@ -206,5 +206,5 @@
|
|||||||
|
|
||||||
</table>
|
</table>
|
||||||
<div style="padding-left:8px;">
|
<div style="padding-left:8px;">
|
||||||
{{ paginator.links('pagination.bootstrap-4')|raw }}
|
{{ paginator.links('v1.pagination.bootstrap-4')|raw }}
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<div style="padding-left:8px;">
|
<div style="padding-left:8px;">
|
||||||
{{ categories.links('pagination.bootstrap-4')|raw }}
|
{{ categories.links('v1.pagination.bootstrap-4')|raw }}
|
||||||
</div>
|
</div>
|
||||||
<table class="table table-hover sortable">
|
<table class="table table-hover sortable">
|
||||||
<thead>
|
<thead>
|
||||||
@@ -43,5 +43,5 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div style="padding-left:8px;">
|
<div style="padding-left:8px;">
|
||||||
{{ categories.links('pagination.bootstrap-4')|raw }}
|
{{ categories.links('v1.pagination.bootstrap-4')|raw }}
|
||||||
</div>
|
</div>
|
||||||
|
@@ -2,9 +2,9 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
{% if showCategory or showBudget %}
|
{% if showCategory or showBudget %}
|
||||||
<td colspan="7" class="no-margin-pagination">{{ groups.links('pagination.bootstrap-4')|raw }}</td>
|
<td colspan="7" class="no-margin-pagination">{{ groups.links('v1.pagination.bootstrap-4')|raw }}</td>
|
||||||
{% else %}
|
{% else %}
|
||||||
<td colspan="6" class="no-margin-pagination">{{ groups.links('pagination.bootstrap-4')|raw }}</td>
|
<td colspan="6" class="no-margin-pagination">{{ groups.links('v1.pagination.bootstrap-4')|raw }}</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<td colspan="1" class="hidden-xs">
|
<td colspan="1" class="hidden-xs">
|
||||||
<!-- Single button -->
|
<!-- Single button -->
|
||||||
@@ -279,9 +279,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
{% if showCategory or showBudget %}
|
{% if showCategory or showBudget %}
|
||||||
<td colspan="9" class="no-margin-pagination">{{ groups.links('pagination.bootstrap-4')|raw }}</td>
|
<td colspan="9" class="no-margin-pagination">{{ groups.links('v1.pagination.bootstrap-4')|raw }}</td>
|
||||||
{% else %}
|
{% else %}
|
||||||
<td colspan="8" class="no-margin-pagination">{{ groups.links('pagination.bootstrap-4')|raw }}</td>
|
<td colspan="8" class="no-margin-pagination">{{ groups.links('v1.pagination.bootstrap-4')|raw }}</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</tr>
|
</tr>
|
||||||
</tfoot>
|
</tfoot>
|
||||||
|
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
<!-- list of recurring here -->
|
<!-- list of recurring here -->
|
||||||
<div style="padding-left:8px;">
|
<div style="padding-left:8px;">
|
||||||
{{ paginator.links('pagination.bootstrap-4')|raw }}
|
{{ paginator.links('v1.pagination.bootstrap-4')|raw }}
|
||||||
</div>
|
</div>
|
||||||
<table class="table table-responsive table-hover sortable">
|
<table class="table table-responsive table-hover sortable">
|
||||||
<thead>
|
<thead>
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div style="padding-left:8px;">
|
<div style="padding-left:8px;">
|
||||||
{{ paginator.links('pagination.bootstrap-4')|raw }}
|
{{ paginator.links('v1.pagination.bootstrap-4')|raw }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="box-footer">
|
<div class="box-footer">
|
||||||
|
Reference in New Issue
Block a user