From ca74dd41e39c23f50954d7bcdfb4f66092d88860 Mon Sep 17 00:00:00 2001 From: sunsetsystems Date: Tue, 6 Jun 2006 16:15:59 +0000 Subject: [PATCH] added some optional cosmetic features --- interface/forms/newpatient/new.php | 3 ++- interface/globals.php | 18 ++++++++++----- interface/login/login_title.php | 17 +------------- interface/main/main_screen.php | 2 +- interface/new/new_patient.php | 5 +---- interface/patient_file/encounter/diagnosis.php | 5 ++++- .../patient_file/summary/demographics_full.php | 26 +++++++++++++++++++++- interface/usergroup/usergroup.php | 3 +-- 8 files changed, 47 insertions(+), 32 deletions(-) diff --git a/interface/forms/newpatient/new.php b/interface/forms/newpatient/new.php index 9a7028f1d..b0aceefb4 100644 --- a/interface/forms/newpatient/new.php +++ b/interface/forms/newpatient/new.php @@ -84,7 +84,8 @@ - + "; } ?> -           + +           + + diff --git a/interface/patient_file/summary/demographics_full.php b/interface/patient_file/summary/demographics_full.php index 3f1edd2fe..9075ef8bf 100644 --- a/interface/patient_file/summary/demographics_full.php +++ b/interface/patient_file/summary/demographics_full.php @@ -235,7 +235,9 @@ function set_insurance(ins_id, ins_name) { : "> + + @@ -259,8 +261,19 @@ function set_insurance(ins_id, ins_name) { ?> - " /> + + + Starting Weight + + " /> +  Date: + " /> + + + " /> " /> + + @@ -281,8 +294,19 @@ function set_insurance(ins_id, ins_name) { ?> + + + Ending Weight + + " /> +  Date: + " /> + + " /> " /> + + diff --git a/interface/usergroup/usergroup.php b/interface/usergroup/usergroup.php index f98581c04..b22014178 100644 --- a/interface/usergroup/usergroup.php +++ b/interface/usergroup/usergroup.php @@ -6,11 +6,10 @@ $_SESSION["encounter"] = ""; if (/*$userauthorized*/ true) { ?> - -OpenEMR +<?php echo $openemr_name ?> ,*" cols="*" frameborder="NO" border="0" framespacing="0"> -- 2.11.4.GIT