fix pagination

This commit is contained in:
osaajani 2020-01-06 13:51:02 +01:00
parent ac64fe9d2d
commit 2671c464a4
7 changed files with 15 additions and 31 deletions

View file

@ -93,7 +93,7 @@
Page : <?php $this->s($page + 1); ?>
<?php if ($limit == $nb_results) { ?>
<li><a href="<?php echo \descartes\Router::url('sendeds', 'showAll', array('page' => $page + 1)); ?>">Suivants <span aria-hidden="true">&rarr;</span></a></li>
<li><a href="<?php echo \descartes\Router::url('Sended', 'list', array('page' => $page + 1)); ?>">Suivants <span aria-hidden="true">&rarr;</span></a></li>
<?php } ?>
</ul>
</div>