Skip to content

Commit

Permalink
added disclaimer for the age of death/age of diagnosis issue that exi…
Browse files Browse the repository at this point in the history
…sts for family members
  • Loading branch information
regulator95 committed Nov 9, 2017
1 parent 3875550 commit 013ac46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions html/update_family_member_health_history_dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<select id='detailed_cause_of_death_select' ></select><br/>
<label for='estimated_death_age_select'><span class='translate' data-i18n='info_dialog.age_at_death'>Age at Death</span> </label>
<select id='estimated_death_age_select' ></select>
<div id="age_of_diagnosis_disclaimer">CAUTION: Age at Death is noted as Age at Diagnosis in Family Health History Table print-out.</div>
</div>
</td>
</tr>
Expand Down
9 changes: 9 additions & 0 deletions themes/deploy/fhh.css
Original file line number Diff line number Diff line change
Expand Up @@ -851,3 +851,12 @@ ul.diseaseList li button.open::before{
button#diseaseList {
margin-left:10px;
}

#age_of_diagnosis_disclaimer {
color:red;
font-weight:bold;
font-size:94%;
padding-top:5px;
}


0 comments on commit 013ac46

Please sign in to comment.