소스 검색

Helping label to indicate patient selector pull down menu in participantPortal

Andrej Studen 1 년 전
부모
커밋
1128eafc17
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      web/crf/participantPortal.js

+ 2 - 0
web/crf/participantPortal.js

@@ -112,6 +112,8 @@ function(){
    let that=this;
    let updateParticipants=function(){that.updateParticipants();};
    crfRoleSelector.makePortal(updateParticipants);
+   let txt=crfHTML.createParagraph('Select participant','formDiv');
+   crfHTML.clearStyle(txt,'center');
    this.participantSelect=crfHTML.createSelect(new Object(),'formDiv');
    this.displayTable=crfHTML.createTable('formDiv');
    this.participantSelect.onchange=function(){that.displayEntries();}