}
}
this.repoSearchCtr = new ReferencableEntriesSearchController(getWindowControl(), ureq,
CourseModule.getCourseTypeName(), translate("resources.add"));
listenTo(this.repoSearchCtr);
this.cmc = new CloseableModalController(getWindowControl(), translate("close"), this.repoSearchCtr.getInitialComponent(), true, translate("resources.add.title"));
this.cmc.activate();
}
}