Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1645 Rev 1680
Line 60... Line 60...
60
	public CollectionListeVue(Mediateur mediateurCourant) {
60
	public CollectionListeVue(Mediateur mediateurCourant) {
61
		mediateur = mediateurCourant;
61
		mediateur = mediateurCourant;
62
		i18nC = Mediateur.i18nC;
62
		i18nC = Mediateur.i18nC;
Line 63... Line 63...
63
		
63
		
64
		setLayout(new FitLayout());
64
		setLayout(new FitLayout());
Line 65... Line 65...
65
		setHeading(i18nC.collectionListeTitre());
65
		setHeadingHtml(i18nC.collectionListeTitre());
66
		
66
		
67
		ToolBar toolBar = new ToolBar();
67
		ToolBar toolBar = new ToolBar();
68
		ajouter = new Button(i18nC.ajouter());
68
		ajouter = new Button(i18nC.ajouter());