mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
adding pagination on search + renaming option
This commit is contained in:
parent
f442bf54b7
commit
10ea0c77e7
@ -74,3 +74,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if preview == false %}
|
||||||
|
{{ chill_pagination(paginator) }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
@ -120,7 +120,8 @@ class PersonSearch extends AbstractSearch implements ContainerAwareInterface
|
|||||||
'total' => $total,
|
'total' => $total,
|
||||||
'start' => $start,
|
'start' => $start,
|
||||||
'search_name' => self::NAME,
|
'search_name' => self::NAME,
|
||||||
'preview' => $options[SearchInterface::SEARCH_PREVIEW]
|
'preview' => $options[SearchInterface::SEARCH_PREVIEW_OPTION],
|
||||||
|
'paginator' => $paginator
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user