Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1232 → Rev 1233

/branches/v1.0-syrah/src/org/tela_botanica/client/vues/structure/StructureForm.java
699,8 → 699,13
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());
784,8 → 789,12
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"));