From e2754b030ce64d89e254c8a8b08434b1c0b48bad Mon Sep 17 00:00:00 2001 From: sunsetsystems Date: Thu, 10 Dec 2009 22:45:50 +0000 Subject: [PATCH] added some sub-headings --- custom/referral_template.html | 21 +++++++++++++++++---- .../patient_file/transaction/print_referral.php | 5 ++++- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/custom/referral_template.html b/custom/referral_template.html index 630f74936..c111eef30 100644 --- a/custom/referral_template.html +++ b/custom/referral_template.html @@ -27,7 +27,11 @@ body, td { .mainhead { font-weight: bold; font-size: 14pt; - text-align: center; + text-align: left; +} +.subhead { + font-weight: bold; + font-size: 8pt; } .under { border-style: solid; @@ -63,7 +67,10 @@ body, td { - +
{header1} + {header1} + {label_subhead_clinic} + @@ -148,7 +155,10 @@ body, td {
- +
{header1} + {header1} + {label_subhead_patient} + @@ -244,7 +254,10 @@ body, td {
- +
{header2} + {header2} + {label_subhead_referred} + diff --git a/interface/patient_file/transaction/print_referral.php b/interface/patient_file/transaction/print_referral.php index 5bbd80444..93d2ef17b 100644 --- a/interface/patient_file/transaction/print_referral.php +++ b/interface/patient_file/transaction/print_referral.php @@ -42,7 +42,10 @@ $TEMPLATE_LABELS = array( 'label_final_diagnosis' => xl('Final Diagnosis'), 'label_services_provided' => xl('Services provided'), 'label_recommendations' => xl('Recommendations and treatment'), - 'label_scripts_and_referrals' => xl('Prescriptions and other referrals') + 'label_scripts_and_referrals' => xl('Prescriptions and other referrals'), + 'label_subhead_clinic' => xl('Clinic Copy'), + 'label_subhead_patient' => xl('Client Copy'), + 'label_subhead_referred' => xl('For Referred Organization/Practitioner'), ); if (!is_file($template_file)) die("$template_file does not exist!"); -- 2.11.4.GIT