Преглед изворни кода

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 that=this;
    let updateParticipants=function(){that.updateParticipants();};
    let updateParticipants=function(){that.updateParticipants();};
    crfRoleSelector.makePortal(updateParticipants);
    crfRoleSelector.makePortal(updateParticipants);
+   let txt=crfHTML.createParagraph('Select participant','formDiv');
+   crfHTML.clearStyle(txt,'center');
    this.participantSelect=crfHTML.createSelect(new Object(),'formDiv');
    this.participantSelect=crfHTML.createSelect(new Object(),'formDiv');
    this.displayTable=crfHTML.createTable('formDiv');
    this.displayTable=crfHTML.createTable('formDiv');
    this.participantSelect.onchange=function(){that.displayEntries();}
    this.participantSelect.onchange=function(){that.displayEntries();}