Subversion Repositories eFlore/Applications.del

Rev

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

Rev 405 Rev 406
Line 87... Line 87...
87
			}
87
			}
88
		});
88
		});
89
	}
89
	}
Line 90... Line 90...
90
 
90
 
91
	public void chargerMoteurRechercheAvancee() {
91
	public void chargerMoteurRechercheAvancee() {
92
		MoteurRecherchePresenteur presenteurRecherche = new MoteurRecherchePresenteur(new MoteurRechercheVue(I18n.getVocabulary().rechercherImage()), true, false) {
92
		MoteurRecherchePresenteur presenteurRecherche = new MoteurRecherchePresenteur(new MoteurRechercheVue(""), true, false) {
93
			public void lancerRecherche() {
93
			public void lancerRecherche() {
94
				chercherImages();
94
				chercherImages();
95
			}
95
			}
96
		};
96
		};