From 013ac46aff95f48f8f7d4746ca1b2e2c32d60abc Mon Sep 17 00:00:00 2001 From: Shaun Einolf Date: Thu, 9 Nov 2017 14:26:24 -0500 Subject: [PATCH] added disclaimer for the age of death/age of diagnosis issue that exists for family members --- html/update_family_member_health_history_dialog.html | 1 + themes/deploy/fhh.css | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/html/update_family_member_health_history_dialog.html b/html/update_family_member_health_history_dialog.html index cd5a2e57..daf4f19c 100644 --- a/html/update_family_member_health_history_dialog.html +++ b/html/update_family_member_health_history_dialog.html @@ -84,6 +84,7 @@
+
CAUTION: Age at Death is noted as Age at Diagnosis in Family Health History Table print-out.
diff --git a/themes/deploy/fhh.css b/themes/deploy/fhh.css index c3a16a01..fc416e34 100644 --- a/themes/deploy/fhh.css +++ b/themes/deploy/fhh.css @@ -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; +} + +