From 78b65769ecf29fca7788f2cf58fd998bfc9503fc Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Sun, 14 May 2017 00:45:14 -0700 Subject: [PATCH] converted SOAP form to bootstrap (#741) * also some fixes in standard template script to deal with variable scope issues in smarty --- interface/forms/soap/templates/general_new.html | 131 +++++++++--------------- library/templates/standard_header_template.php | 8 +- 2 files changed, 55 insertions(+), 84 deletions(-) rewrite interface/forms/soap/templates/general_new.html (96%) diff --git a/interface/forms/soap/templates/general_new.html b/interface/forms/soap/templates/general_new.html dissimilarity index 96% index cc5b1a581..ff6ac466b 100644 --- a/interface/forms/soap/templates/general_new.html +++ b/interface/forms/soap/templates/general_new.html @@ -1,80 +1,51 @@ - - -{php}html_header_show();{/php} -{literal} - - -{/literal} - - -

{php} xl('SOAP','e'); {/php}

-
- - - - - - - - - - - - - - - - - - - - -
{php} xl('Subjective','e'); {/php} - -
{php} xl('Objective','e'); {/php} - -
{php} xl('Assessment','e'); {/php} - -
{php} xl('Plan','e'); {/php} - -
- [{php} xl("Don't Save","e"); {/php}]
- - - - -
- - + + +{php}html_header_show();{/php} + +{php}require "{$GLOBALS['srcdir']}/templates/standard_header_template.php";{/php} + + + +
+
+
+

{xl t='SOAP'|escape:'html'}

+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ + {xl t='Cancel'|escape:'html'} +
+ + + + +
+
+
+
+ + diff --git a/library/templates/standard_header_template.php b/library/templates/standard_header_template.php index 0ba47c948..9c36bed48 100644 --- a/library/templates/standard_header_template.php +++ b/library/templates/standard_header_template.php @@ -32,7 +32,7 @@ * @link http://www.open-emr.org */ ?> - + @@ -54,9 +54,9 @@ - + - - + + \ No newline at end of file -- 2.11.4.GIT