Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1338 Rev 1348
Line 481... Line 481...
481
	private void genererTitreFormulaire() {
481
	private void genererTitreFormulaire() {
482
		String titre = i18nC.publicationTitreFormAjout();
482
		String titre = i18nC.publicationTitreFormAjout();
483
		if (mode.equals(Formulaire.MODE_MODIFIER)) {
483
		if (mode.equals(Formulaire.MODE_MODIFIER)) {
484
			 titre = i18nC.publicationTitreFormModif();
484
			 titre = i18nC.publicationTitreFormModif();
485
			 if (publication != null) {
485
			 if (publication != null) {
486
				 titre += " - "+i18nC.id()+": "+publication.getId()+" - "+publication.getObjetDeLaPublication();
486
				 titre += " - "+i18nC.id()+": "+publication.getId();
487
			 }
487
			 }
488
		}
488
		}
489
		panneauFormulaire.setHeading(titre);
489
		panneauFormulaire.setHeading(titre);
490
	}
490
	}