Browse Source

Note > compat for new canvas sections

Vijayakrishnan 4 years ago
parent
commit
d6bcd7cd19

+ 2 - 1
resources/views/app/patient/canvas-sections/allergies/form.blade.php

@@ -4,6 +4,7 @@ if(!$contentData) {
         "items" => [
             [
                 "title" => "",
+                "detail" => "",
             ]
         ]
     ];
@@ -11,7 +12,7 @@ if(!$contentData) {
 $formID = rand(0, 100000);
 ?>
 <div id="allergySection">
-    <h3 class="stag-popup-title mb-2 border-bottom-0 pb-1">
+    <h3 class="stag-popup-title mb-2 border-bottom-0 pb-1 hide-if-note">
         <span>Allergies</span>
         <a href="#" onclick="return closeStagPopup()"
            class="ml-auto text-secondary">

+ 1 - 1
resources/views/app/patient/canvas-sections/dx/form.blade.php

@@ -15,7 +15,7 @@ if(!$contentData) {
 $formID = rand(0, 100000);
 ?>
 <div id="dxSection">
-    <h3 class="stag-popup-title mb-2 border-bottom-0 pb-1">
+    <h3 class="stag-popup-title mb-2 border-bottom-0 pb-1 hide-if-note">
         <span>Current Problems / Focus Areas</span>
         <a href="#" onclick="return closeStagPopup()"
            class="ml-auto text-secondary">

+ 1 - 1
resources/views/app/patient/canvas-sections/rx/form.blade.php

@@ -14,7 +14,7 @@ if(!$contentData) {
 $formID = rand(0, 100000);
 ?>
 <div id="rxSection">
-    <h3 class="stag-popup-title mb-2 border-bottom-0 pb-1">
+    <h3 class="stag-popup-title mb-2 border-bottom-0 pb-1 hide-if-note">
         <span>Current Medications</span>
         <a href="#" onclick="return closeStagPopup()"
            class="ml-auto text-secondary">