Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1119 → Rev 1120

/trunk/src/org/tela_botanica/del/client/composants/moteurrecherche/MoteurRechercheVue.java
25,7 → 25,7
private String labelRecherche = "";
 
@UiField
Panel rechercheAvancee, taxon, commune;
Panel rechercheAvancee, taxon, commune, zoneRss;
@UiField
Label lienRechercheAvancee, recherchePrecedente;
@UiField
233,4 → 233,8
public HasKeyPressHandlers getChampsContientMots() {
return contientMots;
}
public HasWidgets getZoneRss() {
return zoneRss;
}
}