Fixed filter in bottom pagination in Linework
This commit is contained in:
@@ -257,6 +257,7 @@
|
||||
Keine Leitungsbauaufträge gefunden
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<nav>
|
||||
<ul class="pagination justify-content-center">
|
||||
<li class="page-item <?=($pagination['start'] - $pagination['count'] < 0) ? "disabled" : ""?>">
|
||||
|
||||
@@ -8,7 +8,6 @@ if(strpos($item->typedata, "=Model=") !== false) {
|
||||
$model = $m[1];
|
||||
$modelClass = $model."Model";
|
||||
|
||||
$filter = [];
|
||||
if($m[2]) {
|
||||
$filter_parts = explode("=", $m[2]);
|
||||
$filter_name = $filter_parts[0];
|
||||
|
||||
Reference in New Issue
Block a user