Skip to content

Commit 013ac46

Browse files
committed
added disclaimer for the age of death/age of diagnosis issue that exists for family members
1 parent 3875550 commit 013ac46

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

html/update_family_member_health_history_dialog.html

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<select id='detailed_cause_of_death_select' ></select><br/>
8585
<label for='estimated_death_age_select'><span class='translate' data-i18n='info_dialog.age_at_death'>Age at Death</span> </label>
8686
<select id='estimated_death_age_select' ></select>
87+
<div id="age_of_diagnosis_disclaimer">CAUTION: Age at Death is noted as Age at Diagnosis in Family Health History Table print-out.</div>
8788
</div>
8889
</td>
8990
</tr>

themes/deploy/fhh.css

+9
Original file line numberDiff line numberDiff line change
@@ -851,3 +851,12 @@ ul.diseaseList li button.open::before{
851851
button#diseaseList {
852852
margin-left:10px;
853853
}
854+
855+
#age_of_diagnosis_disclaimer {
856+
color:red;
857+
font-weight:bold;
858+
font-size:94%;
859+
padding-top:5px;
860+
}
861+
862+

0 commit comments

Comments
 (0)