Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1686 → Rev 1687

/trunk/src/org/tela_botanica/client/vues/commentaire/CommentaireListeVue.java
182,7 → 182,7
CommentaireListe commentaireListe = new CommentaireListe();
champFiltreRecherche = new ChampFiltreRecherche(mediateur, toolBar, commentaireListe);
// Définition de la barre de pagination
pagination = new BarrePaginationVue(commentaireListe, mediateur);
pagination = new BarrePaginationVue(commentaireListe, mediateur, champFiltreRecherche);
setBottomComponent(pagination);
}
346,4 → 346,4
*/
mediateur.clicMenu(MenuApplicationId.COMMENTAIRE);
}
}
}