Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1190 Rev 1195
Line 23... Line 23...
23
			<g:HTMLPanel ui:field="zoneRecherche" />
23
			<g:HTMLPanel ui:field="zoneRecherche" />
24
			<g:HorizontalPanel styleName="{style.zoneStatut}">
24
			<g:HorizontalPanel styleName="{style.zoneStatut}">
25
				<g:Label>Filtrer par statut : </g:Label>
25
				<g:Label>Filtrer par statut : </g:Label>
26
				<g:CheckBox ui:field="radioTout" text="Tout" name="statut" checked="true" formValue="tout"></g:CheckBox> 
26
				<g:CheckBox ui:field="radioTout" text="Tout" name="statut" checked="true" formValue="tout"></g:CheckBox> 
27
				<g:CheckBox ui:field="radioDeterminer" text="à déterminer" name="statut" formValue="adeterminer"></g:CheckBox>
27
				<g:CheckBox ui:field="radioDeterminer" text="à déterminer" name="statut" formValue="adeterminer"></g:CheckBox>
28
				<g:CheckBox ui:field="radioConfirmer" text="à confirmer" name="statut" formValue="aconfirmer"></g:CheckBox>
-
 
29
				<g:CheckBox ui:field="radioDiscussion" text="en discussion" name="statut" formValue="endiscussion"></g:CheckBox>
28
				<g:CheckBox ui:field="radioDiscussion" text="en discussion" name="statut" formValue="endiscussion"></g:CheckBox>
30
			</g:HorizontalPanel>
29
			</g:HorizontalPanel>
31
		</g:HTMLPanel>
30
		</g:HTMLPanel>
Line 32... Line 31...
32
 
31