Subversion Repositories eFlore/Applications.del

Rev

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

Rev 670 Rev 964
Line 51... Line 51...
51
				<g:Label text="{constants.auteur}"  styleName="petit"/>
51
				<g:Label text="{constants.auteur}"  styleName="petit"/>
52
				<g:TextBox ui:field="auteur" />
52
				<g:TextBox ui:field="auteur" />
53
			</g:HTMLPanel>	
53
			</g:HTMLPanel>	
Line 54... Line 54...
54
			
54
			
55
			<g:HTMLPanel styleName="{style.champRecherche}">
55
			<g:HTMLPanel styleName="{style.champRecherche}">
56
				<g:Label text="{constants.date}"  styleName="petit"/>
56
				<g:Label text="{constants.date} {constants.formatDate}"  styleName="petit"/>
57
				<g:TextBox ui:field="date" />
57
				<g:TextBox ui:field="date" />
Line 58... Line 58...
58
			</g:HTMLPanel>
58
			</g:HTMLPanel>
59
			
59