From 8b7785f673c0e76a1e168d4432d619b2be709796 Mon Sep 17 00:00:00 2001 From: tmccormi Date: Fri, 16 Apr 2010 06:41:04 +0000 Subject: [PATCH] revert changes and re-think --- interface/patient_file/summary/stats.php | 9 +++---- interface/patient_file/summary/stats_full.php | 4 +-- interface/themes/style_sky_blue.css | 38 --------------------------- 3 files changed, 4 insertions(+), 47 deletions(-) diff --git a/interface/patient_file/summary/stats.php b/interface/patient_file/summary/stats.php index 4722da751..e36294840 100644 --- a/interface/patient_file/summary/stats.php +++ b/interface/patient_file/summary/stats.php @@ -48,8 +48,8 @@ foreach ($ISSUE_TYPES as $key => $arr) { if (mysql_num_rows($pres) > 0 || $ix == 0) { - // output a header for the $ISSUE_TYPE (matches to themes/__.css entry for issuetitle) - echo " \n"; + // output a header for the $ISSUE_TYPE + echo " \n"; echo " \n"; ?> @@ -61,9 +61,6 @@ foreach ($ISSUE_TYPES as $key => $arr) { echo " \n"; echo " \n"; - - // set display tupe for details (matches to themes/__.css entry for "issuetitle"-detail) - $disptype = $arr[0] . '-detail'; while ($row = sqlFetchArray($pres)) { // output each issue for the $ISSUE_TYPE @@ -76,7 +73,7 @@ foreach ($ISSUE_TYPES as $key => $arr) { echo " \n"; - echo "   " . $row['title'] . "\n"; + echo "   " . $row['title'] . "\n"; echo " \n"; } diff --git a/interface/patient_file/summary/stats_full.php b/interface/patient_file/summary/stats_full.php index 2ade3dffb..88be668eb 100644 --- a/interface/patient_file/summary/stats_full.php +++ b/interface/patient_file/summary/stats_full.php @@ -117,10 +117,8 @@ while ($row = sqlFetchArray($pres)) { ****/ $disptype = $ISSUE_TYPES[$lasttype][0]; - // use disptype to get style from themes/__.css files (see style_sky_blue.css for examples) - echo " \n"; - echo " $disptype\n"; + echo " $disptype\n"; echo " \n"; } diff --git a/interface/themes/style_sky_blue.css b/interface/themes/style_sky_blue.css index f68d478d9..baebc0565 100644 --- a/interface/themes/style_sky_blue.css +++ b/interface/themes/style_sky_blue.css @@ -392,20 +392,6 @@ font-weight: bold; text-align: center; } -#patient_stats .Allergies { - color: #fe0000; -} -#patient_stats .Medications { - color: #000000; -} - -#patient_stats .Problems { - color: #000000; -} - -#patient_stats .Medical Problems { - color: #000000; -} /*============================================================= * Patient Stats Summary @@ -426,32 +412,9 @@ font-weight: bold; #patient_stats_summary .title { font-size: 1.1em; } - #patient_stats_issues { width: 100%; } - -#patient_stats_issues .Allergies { - color: #fe0000; - font-weight: bold; -} - -#patient_stats_issues .Allergies-detail { - color: #fe0000; -} - -#patient_stats_issues .Medications { - font-weight: bold; -} - -#patient_stats_issues .Problems { - font-weight: bold; -} - -#patient_stats_issues .Medical Problems { - font-weight: bold; -} - #patient_stats_spreadsheets { width: 100%; } @@ -462,7 +425,6 @@ font-weight: bold; width: 100%; } - /*============================================================= * Patient Past Encounters and Documents * seen in the patient encounter screen -- 2.11.4.GIT