diff --git a/README-LABINVENT.md b/README-LABINVENT.md index 54a3544..839671f 100755 --- a/README-LABINVENT.md +++ b/README-LABINVENT.md @@ -54,9 +54,9 @@ Logiciel testé et validé sur les configurations suivantes : VERSION ACTUELLE Date: 05/07/2017 -Version: 2.7.0.1 - -> Passage de Cakephp3.2 à 3.4, Phpunit 5 à 6, et compatibilité avec Php5.6 et 7 - (petit bugfix) +Version: 2.7.1 + - Petite amélioration script install + - bugfix pagination de toutes les listes index (maintenant, elles sont comme materiels/index) Version majeure en cours (2.7): https://projects.irap.omp.eu/versions/162 diff --git a/src/Template/Categories/index.ctp b/src/Template/Categories/index.ctp index af377fb..55a5f9f 100755 --- a/src/Template/Categories/index.ctp +++ b/src/Template/Categories/index.ctp @@ -32,16 +32,10 @@ - -
= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
- -= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
- -+ + Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']); + echo $this->Paginator->prev('< ' . __(''), ['class' => 'prev disabled']); + echo $this->Paginator->numbers(['separator' => '']); + echo $this->Paginator->next(__('') . ' >', ['class' => 'next disabled']); + ?> +
++ + Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']); + echo $this->Paginator->first('<< ' . __(''), ['class' => 'prev']); + echo $this->Paginator->prev('< ' . __(''), ['class' => 'prev disabled']); + echo $this->Paginator->numbers(['separator' => '']); + echo $this->Paginator->next(__('') . ' >', ['class' => 'next disabled']); + echo $this->Paginator->last(__('') . ' >>', ['class' => 'next']); + ?> +
+= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
+ element('pagination'); ?> -= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
- -= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
- -= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
- -= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
- -= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
- -- - = $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?> - = $this->Paginator->first('<< ' . __(''), ['class' => 'prev']) ?> - = $this->Paginator->prev('< ' . __(''), ['class' => 'prev disabled']) ?> - = $this->Paginator->numbers(['separator' => '']) ?> - = $this->Paginator->next(__('') . ' >', ['class' => 'next disabled']) ?> - = $this->Paginator->last(__('') . ' >>', ['class' => 'next']) ?> -
-= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
- -= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
- -= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
+ element('pagination'); ?> -= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
+ element('pagination'); ?> -= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
- -= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
- -= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
- -= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
- -= $this->Paginator->counter(['format' => 'Page {{page}} sur {{pages}}']) ?>
- -