summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/layout/LectureRestrictionPageLayout.java
blob: 02e9d7b44b4ccbc2458ab6e0e2858626443bba31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.openslx.dozmod.gui.wizard.layout;

import org.openslx.dozmod.gui.helper.I18n;
import org.openslx.dozmod.gui.wizard.Wizard;
import org.openslx.dozmod.gui.wizard.WizardPage;

@SuppressWarnings("serial")
public class LectureRestrictionPageLayout extends WizardPage {

	public LectureRestrictionPageLayout(Wizard wizard) {
		super(wizard, I18n.PAGE_LAYOUT.getString("LectureRestriction.WizardPage.title"));
	}

}