/trunk/src/org/tela_botanica/del/client/vues/plateformedetermination/forum/interventions/ForumInterventionVue.ui.xml |
---|
25,7 → 25,7 |
<g:Label ui:field="commentaire" styleName="{style.commentaire}"/> |
<g:Hyperlink text="RĂ©pondre" styleName="{style.repondre}" ui:field="repondre"/> |
<g:Label text="RĂ©pondre" styleName="{style.repondre} labelLien" ui:field="repondre"/> |
<g:HTMLPanel ui:field="zoneEnfants"></g:HTMLPanel> |
</g:HTMLPanel> |
</g:FocusPanel> |
/trunk/src/org/tela_botanica/del/client/vues/plateformedetermination/forum/interventions/ForumInterventionVue.java |
---|
32,13 → 32,11 |
FocusPanel proposition; |
@UiField |
Label nom, nomTaxon, date, commentaire; |
Label nom, nomTaxon, date, commentaire, repondre; |
@UiField |
HTMLPanel voter, zoneVoter, zoneDetermination, zoneEnfants; |
@UiField |
Hyperlink repondre; |
@UiField |
FocusPanel conteneurLienSuppression; |