From 5e328f968b2c29d55cee39c276e69d68aff25c18 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Mon, 7 Aug 2017 01:41:37 -0700 Subject: [PATCH] minor psr2 fixes in demographics.php script (#996) --- interface/patient_file/summary/demographics.php | 52 +++++++++++++++---------- 1 file changed, 32 insertions(+), 20 deletions(-) diff --git a/interface/patient_file/summary/demographics.php b/interface/patient_file/summary/demographics.php index 4139caac3..af1b2a618 100644 --- a/interface/patient_file/summary/demographics.php +++ b/interface/patient_file/summary/demographics.php @@ -485,9 +485,9 @@ $(window).load(function() { - + -' id='birthday_popup' style='visibility: false;' class='iframe' onclick='top.restoreSession()'> +' id='birthday_popup' style='display: none;' class='iframe' onclick='top.restoreSession()'> 0) { - + } + ?> @@ -959,9 +961,11 @@ if ($insurance_count > 0) { :
: -
+ } + ?>
:
@@ -970,14 +974,16 @@ if ($insurance_count > 0) { :

- -
@@ -987,14 +993,16 @@ if ($insurance_count > 0) {

- - @@ -1011,12 +1019,16 @@ if ($insurance_count > 0) {
: - - + + +
: -- 2.11.4.GIT