Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 5 Rev 168
Line 56... Line 56...
56
	 */
56
	 */
57
	public BarreRechercheFiltreVue(ImageMediateur im) {
57
	public BarreRechercheFiltreVue(ImageMediateur im) {
58
		super();
58
		super();
59
		iMediateur = im;
59
		iMediateur = im;
Line 60... Line 60...
60
 
60
 
61
		Label labelRecherche = new Label("Commentaires :");
61
		Label labelRecherche = new Label("Par commentaires :");
Line 62... Line 62...
62
		champRecherche = new TextField();
62
		champRecherche = new TextField();
63
 
63