Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions fr/views/helpers/paginator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,10 @@ l'addition de pages de navigation, aussi fournies par le Helper de Pagination::
Le texte de sortie de la méthode counter() peut également être personnalisé en
utilisant des marqueurs spéciaux::

<?= $this->Paginator->counter([
'format' => 'Page {{page}} of {{pages}}, showing {{current}} records out of
{{count}} total, starting on record {{start}}, ending on {{end}}'
]) ?>
<?= $this->Paginator->counter(
'Page {{page}} of {{pages}}, showing {{current}} records out of
{{count}} total, starting on record {{start}}, ending on {{end}}'
) ?>

.. _paginator-helper-multiple:

Expand Down