Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1240 → Rev 1241

/branches/v1.0-syrah/src/org/tela_botanica/client/vues/structure/StructureForm.java
699,13 → 699,9
structureCollectee.setLatitude(latitudeChp.getValue());
structureCollectee.setLongitude(longitudeChp.getValue());
/* TODELETE
structureCollectee.setTelephoneFixe(telChp.getValue());
structureCollectee.setFax(faxChp.getValue());
*/
//FIXME personneSelectionnee.set("truk_telephone", hmIdentite.getChampMultiValeursMultiTypes("telephones").getValeurs());
structureCollectee.setCourriel(emailChp.getValue());
structureCollectee.setUrl(Structure.URL_SITE, urlChp.getValue());
789,12 → 785,9
latitudeChp.setValue(identification.getLatitude());
longitudeChp.setValue(identification.getLongitude());
/* TODELETE
telChp.setValue(identification.getTelephoneFixe());
faxChp.setValue(identification.getFax());*/
faxChp.setValue(identification.getFax());
//FIXME hmIdentite.getChampMultiValeurs("telephones").peupler(personne.getString("truk_telephone"));
emailChp.setValue(identification.getCourriel());
urlChp.setValue(identification.getUrl("WEB"));