Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1493 → Rev 1494

/branches/v1.1-aramon/src/org/tela_botanica/client/vues/personne/PersonneDetailVue.java
120,11 → 120,12
enteteParams.set("nom", (String) personne.get("fmt_nom_complet"));
enteteParams.set("mail", (String) personne.getCourrielPrinc());
 
tabLogos.removeAll();
LinkedList lstLogos = (LinkedList) personne
.getChaineDenormaliseAsMapOrList("truk_logo");
if (lstLogos != null && lstLogos.size() > 0) {
 
tabLogos.removeAll();
String urlLogoPrinc = (String) lstLogos.get(0);
if (!urlLogoPrinc.trim().equals("")) {
tplEntete = "<div id='personne-logo-div'><img src='{image}' alt='logo' /></div>"