all.setContent(currentToolCtr.getInitialComponent());
} else throw new OLATSecurityException("clicked statistic, but no according right");
}else if (cmd.equals("archiver")) {
if (hasCourseRight(CourseRights.RIGHT_ARCHIVING) || isCourseAdmin) {
currentToolCtr = new ArchiverMainController(ureq, getWindowControl(), course, new IArchiverCallback() {
public boolean mayArchiveQtiResults() {
return true;
}
public boolean mayArchiveLogfiles() {