Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1695 Rev 1733
Line 424... Line 424...
424
		afficherOnglet(valorisationTpl, valorisationParams, valorisationOnglet);
424
		afficherOnglet(valorisationTpl, valorisationParams, valorisationOnglet);
425
	}
425
	}
Line 426... Line 426...
426
	
426
	
427
	private String construireRecherche() {
427
	private String construireRecherche() {
428
		String cHtml = "";
428
		String cHtml = "";
Line 429... Line 429...
429
		String recherche = valorisation.getRecherche();
429
		Integer recherche = valorisation.getRecherche();
430
		
430
		
431
		if (recherche.equals("1")) {
431
		if (recherche != null && recherche.intValue() == 1) {
432
			Params rechercheParams  = new Params();
432
			Params rechercheParams  = new Params();
Line 433... Line 433...
433
			rechercheParams.set("i18n_recherche_provenance", i18nC.rechercheProvenance());
433
			rechercheParams.set("i18n_recherche_provenance", i18nC.rechercheProvenance());