瀏覽代碼

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();}