time_frame.show();
} else {
DashboardTimeLog timeLog =
(DashboardTimeLog) parent.getTimeLog();
TimeLoggingApprover approver = timeLog;
time_frame = new TimeLogEditor(timeLog, hier, approver, phase);
parent.addApplicationEventListener(time_frame);
}
}
}