Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 683 → Rev 684

/trunk/src/org/tela_botanica/del/client/vues/plateformedetermination/forum/interventions/ForumInterventionVue.java
39,7 → 39,7
htmlTableau.setHTML(1, 5, I18n.getVocabulary().commentaire());
 
htmlTableau.setWidget(2, 1, barreRepartition);
htmlTableau.setHTML(2, 2, determination.getAuteur()+ "(" + determination.getEmailAuteur() +")");
htmlTableau.setHTML(2, 2, determination.getAuteur());
htmlTableau.setHTML(2, 4, DateTimeFormat.getFormat(PredefinedFormat.DATE_SHORT).format(determination.getDate()));
htmlTableau.setWidget(2, 5, arbreCommentaires);
}