Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1660 → Rev 1661

/trunk/src/org/tela_botanica/client/vues/collection/CollectionFormCommentaire.java
248,10 → 248,6
formulaire.soumettreFormulaire();
} else if (code.equals(FormulaireBarreValidation.CODE_BOUTON_ANNULER)) {
fenetre.hide();
} else if (code.equals(FormulaireBarreValidation.CODE_BOUTON_REINITIALISER)) {
fenetreFormulaire.hide();
fenetreFormulaire = creerFenetreModaleAvecFormulaireCommentaire(formulaire.mode);
fenetreFormulaire.show();
}
}
};