Subversion Repositories eFlore/Applications.del

Rev

Rev 663 | Rev 690 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 663 Rev 685
Line 17... Line 17...
17
		  	  		<g:HTML><br /></g:HTML>
17
		  	  		<g:HTML><br /></g:HTML>
18
			  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/> 
18
			  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/> 
19
			  		<g:TextArea ui:field="commentaire" styleName="{style.commentaire}" />
19
			  		<g:TextArea ui:field="commentaire" styleName="{style.commentaire}" />
20
		  		</g:VerticalPanel>
20
		  		</g:VerticalPanel>
21
		  	</g:HorizontalPanel>
21
		  	</g:HorizontalPanel>
22
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationCommentaire" styleName="{style.boutonProposer}"/>	  		
22
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationCommentaire" styleName="{style.boutonProposer} arrondi"/>	  		
23
  </g:VerticalPanel>
23
  </g:VerticalPanel>
24
</ui:UiBinder>
24
</ui:UiBinder>
25
25