Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1633 Rev 1637
Line 32... Line 32...
32
		this.mediateur = mediateur;
32
		this.mediateur = mediateur;
33
		this.parent = parent;
33
		this.parent = parent;
34
		this.listePaginable = listePaginable;
34
		this.listePaginable = listePaginable;
35
		parent.add(new SeparatorToolItem());
35
		parent.add(new SeparatorToolItem());
Line 36... Line 36...
36
				
36
				
37
		labelFiltre = new Text("Recherche rapide : ");
37
		labelFiltre = new Text("Recherche : ");
38
		labelFiltre.setStyleAttribute("padding-right", "5px");
38
		labelFiltre.setStyleAttribute("padding-right", "5px");
Line 39... Line 39...
39
		parent.add(labelFiltre);
39
		parent.add(labelFiltre);
40
		
40