diff --git a/README.md b/README.md index dacf435..be2d03c 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,10 @@ Logiciel testé et validé sur les configurations suivantes : VERSION ACTUELLE Date: 06/06/2019 -Version: 2.12.34 +Version: 2.12.35 Author: EP Commentaire: - Nouvelle fonction $mydebug($D, $arg) disponible dans toutes les vues + Pagination Utilisateurs avec "debut" et "fin" IMPORTANT : - Pour connaitre la version actuelle, taper "./VERSION" @@ -93,6 +93,10 @@ La liste ci-dessous n'est plus à jour, elle est désormais en ligne ici : https ----------------------------------------------------------------------------------------------------------- +06/06/2019 Version: 2.12.28-34 (EP) + LDAP CACHED v8 + Nouvelle fonction $mydebug($D, $arg) disponible dans toutes les vues + 05/06/2019 Version: 2.12.27 (EP) Bugfix et Améliorations Export CSV diff --git a/src/Controller/MaterielsController.php b/src/Controller/MaterielsController.php index 2d9b81e..7731e98 100755 --- a/src/Controller/MaterielsController.php +++ b/src/Controller/MaterielsController.php @@ -991,7 +991,7 @@ class MaterielsController extends AppController $materiel = $this->Materiels->get($id, [ 'contain' => [] ]); - $this->myDebug($materiel); + //$this->myDebug($materiel); } /* SI POST diff --git a/src/Template/Users/index.ctp b/src/Template/Users/index.ctp index 72d6bec..98a56e7 100755 --- a/src/Template/Users/index.ctp +++ b/src/Template/Users/index.ctp @@ -35,8 +35,10 @@ - element('pagination'); ?> - + element('pagination'); + echo $this->element('pagination_with_first_and_last'); + ?>
-- libgit2 0.21.2