Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1084 → Rev 1085

/trunk/src/org/tela_botanica/del/client/composants/votes/moyennevotes/MoyenneVoteVue.java
40,7 → 40,7
FocusPanel voter;
 
@UiField
Panel votePrisEnCompte;
Panel votePrisEnCompte, zoneFleur;
@UiField
Label nbVotes;
124,4 → 124,8
votePrisEnCompte.setStyleName("votePrisEnCompteOui");
animerVotePrisEnCompte.run(2000);
}
public HasWidgets getZoneFleur() {
return zoneFleur;
}
}