From cebeda9c7f6fbe59b2890051bae4dfb99c9c0ff8 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Thu, 18 Mar 2010 06:07:44 +0000 Subject: [PATCH] internationalization bug fixes --- interface/patient_file/summary/demographics.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/interface/patient_file/summary/demographics.php b/interface/patient_file/summary/demographics.php index 895373813..9d61ed492 100644 --- a/interface/patient_file/summary/demographics.php +++ b/interface/patient_file/summary/demographics.php @@ -386,11 +386,11 @@ if ($GLOBALS['patient_id_category_name']) { - + - + - : + : @@ -404,13 +404,13 @@ if ($GLOBALS['patient_id_category_name']) { echo $adobj->get_city() . ', ' . $adobj->get_state() . ' ' . $adobj->get_zip(); } } else { - echo "Unassigned"; + echo "".xl('Unassigned').""; } ?>
:
- Plan Name:
- Group Number: + :
+ : :
@@ -421,10 +421,10 @@ if ($GLOBALS['patient_id_category_name']) { } ?>
- S.S.:
+ :
:
- Phone: + : -- 2.11.4.GIT