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