3068 Better text and fix scrolling issues
This commit is contained in:
parent
1bfdccd093
commit
567812f1ce
view/src/main/java/se/su/dsv/scipro/supervisor/panels
@ -60,7 +60,7 @@ public class FinalSeminarApprovalProcessPanel extends GenericPanel<ReviewerAppro
|
||||
@Override
|
||||
public void renderHead(IHeaderResponse response) {
|
||||
super.renderHead(response);
|
||||
response.render(OnEventHeaderItem.forComponent(this, "click", "$(this).siblings('div').slideToggle()"));
|
||||
response.render(OnEventHeaderItem.forComponent(this, "click", "$(this).siblings('div').slideToggle(); return false"));
|
||||
}
|
||||
});
|
||||
item.add(new DateLabel("decisionDate", decision.map(Decision::getDecisionDate), DateStyle.DATE));
|
||||
|
@ -1,3 +1,3 @@
|
||||
Status.UNDECIDED= Waiting for a decision to be made
|
||||
Status.APPROVED= Ok
|
||||
Status.REJECTED= Resend
|
||||
Status.REJECTED= Improvements needed
|
Loading…
x
Reference in New Issue
Block a user