浏览代码

Note print view tweaks

Vijayakrishnan 3 年之前
父节点
当前提交
a9dc92ada0
共有 34 个文件被更改,包括 66 次插入66 次删除
  1. 1 1
      public/css/style.css
  2. 2 2
      resources/views/app/patient/segment-templates/_child_plan/behavior/CRAVINGS/last-plan.php
  3. 2 2
      resources/views/app/patient/segment-templates/_child_plan/behavior/FOOD_TRIGGERS/last-plan.php
  4. 2 2
      resources/views/app/patient/segment-templates/_child_plan/behavior/SELF_MONITORING/last-plan.php
  5. 2 2
      resources/views/app/patient/segment-templates/_child_plan/behavior/SLEEP_HABITS/last-plan.php
  6. 2 2
      resources/views/app/patient/segment-templates/_child_plan/exercise/AEROBIC_ACTIVITY/last-plan.php
  7. 2 2
      resources/views/app/patient/segment-templates/_child_plan/exercise/NEAT/last-plan.php
  8. 2 2
      resources/views/app/patient/segment-templates/_child_plan/exercise/STRENGTH_TRAINING/last-plan.php
  9. 2 2
      resources/views/app/patient/segment-templates/_child_plan/last-plan.php
  10. 2 2
      resources/views/app/patient/segment-templates/_child_plan/nutrition/DAILY_INTAKE_CALORIES/last-plan.php
  11. 2 2
      resources/views/app/patient/segment-templates/_child_plan/nutrition/DAILY_INTAKE_CARBOHYDRATES/last-plan.php
  12. 2 2
      resources/views/app/patient/segment-templates/_child_plan/nutrition/FAST_FOOD/last-plan.php
  13. 2 2
      resources/views/app/patient/segment-templates/_child_plan/nutrition/HIGH_SUGAR_BEVERAGES/last-plan.php
  14. 2 2
      resources/views/app/patient/segment-templates/_child_plan/nutrition/PORTION_SIZES/last-plan.php
  15. 2 2
      resources/views/app/patient/segment-templates/_child_plan/nutrition/SNACKS/last-plan.php
  16. 2 2
      resources/views/app/patient/segment-templates/_child_plan/nutrition/VEGETABLES/last-plan.php
  17. 2 2
      resources/views/app/patient/segment-templates/_child_plan/nutrition/WATER_INTAKE/last-plan.php
  18. 2 2
      resources/views/app/patient/segment-templates/_child_review/behavior/CRAVINGS/last-review.php
  19. 2 2
      resources/views/app/patient/segment-templates/_child_review/behavior/FOOD_TRIGGERS/last-review.php
  20. 2 2
      resources/views/app/patient/segment-templates/_child_review/behavior/SELF_MONITORING/last-review.php
  21. 2 2
      resources/views/app/patient/segment-templates/_child_review/behavior/SLEEP_HABITS/last-review.php
  22. 2 2
      resources/views/app/patient/segment-templates/_child_review/exercise/AEROBIC_ACTIVITY/last-review.php
  23. 2 2
      resources/views/app/patient/segment-templates/_child_review/exercise/NEAT/last-review.php
  24. 2 2
      resources/views/app/patient/segment-templates/_child_review/exercise/STRENGTH_TRAINING/last-review.php
  25. 2 2
      resources/views/app/patient/segment-templates/_child_review/last-review.php
  26. 2 2
      resources/views/app/patient/segment-templates/_child_review/nutrition/DAILY_INTAKE_CALORIES/last-review.php
  27. 2 2
      resources/views/app/patient/segment-templates/_child_review/nutrition/DAILY_INTAKE_CARBOHYDRATES/last-review.php
  28. 2 2
      resources/views/app/patient/segment-templates/_child_review/nutrition/FAST_FOOD/last-review.php
  29. 2 2
      resources/views/app/patient/segment-templates/_child_review/nutrition/HIGH_SUGAR_BEVERAGES/last-review.php
  30. 2 2
      resources/views/app/patient/segment-templates/_child_review/nutrition/PORTION_SIZES/last-review.php
  31. 2 2
      resources/views/app/patient/segment-templates/_child_review/nutrition/SNACKS/last-review.php
  32. 2 2
      resources/views/app/patient/segment-templates/_child_review/nutrition/VEGETABLES/last-review.php
  33. 2 2
      resources/views/app/patient/segment-templates/_child_review/nutrition/WATER_INTAKE/last-review.php
  34. 1 1
      resources/views/app/patient/wizard-partials/show-plan.blade.php

+ 1 - 1
public/css/style.css

@@ -3170,6 +3170,6 @@ body.forced-masking #mask {
 .inline-input-underlined.width-50 {
     width: 50px;
 }
-.note-container.note_template_omega_soap_visit .system_segment .d-flex.border-bottom:last-of-type {
+.note_template_omega_soap_visit .system_segment .d-flex.border-bottom:last-of-type {
     border-bottom: 0 !important;
 }

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/behavior/CRAVINGS/last-plan.php

@@ -6,7 +6,7 @@
             <?php $plan = $parsedPlan; ?>
             <?php include(resource_path('views/app/patient/segment-templates/_child_plan/behavior/' . $point->category . '/view-plan.php')); ?>
         </div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -28,7 +28,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">None</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/behavior/FOOD_TRIGGERS/last-plan.php

@@ -6,7 +6,7 @@
             <?php $plan = $parsedPlan; ?>
             <?php include(resource_path('views/app/patient/segment-templates/_child_plan/behavior/' . $point->category . '/view-plan.php')); ?>
         </div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -28,7 +28,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">None</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/behavior/SELF_MONITORING/last-plan.php

@@ -6,7 +6,7 @@
             <?php $plan = $parsedPlan; ?>
             <?php include(resource_path('views/app/patient/segment-templates/_child_plan/behavior/' . $point->category . '/view-plan.php')); ?>
         </div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -28,7 +28,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">None</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/behavior/SLEEP_HABITS/last-plan.php

@@ -6,7 +6,7 @@
             <?php $plan = $parsedPlan; ?>
             <?php include(resource_path('views/app/patient/segment-templates/_child_plan/behavior/' . $point->category . '/view-plan.php')); ?>
         </div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -28,7 +28,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">None</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/exercise/AEROBIC_ACTIVITY/last-plan.php

@@ -6,7 +6,7 @@
             <?php $plan = $parsedPlan; ?>
             <?php include(resource_path('views/app/patient/segment-templates/_child_plan/exercise/' . $point->category . '/view-plan.php')); ?>
         </div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -28,7 +28,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/exercise/NEAT/last-plan.php

@@ -6,7 +6,7 @@
             <?php $plan = $parsedPlan; ?>
             <?php include(resource_path('views/app/patient/segment-templates/_child_plan/exercise/' . $point->category . '/view-plan.php')); ?>
         </div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -28,7 +28,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/exercise/STRENGTH_TRAINING/last-plan.php

@@ -6,7 +6,7 @@
             <?php $plan = $parsedPlan; ?>
             <?php include(resource_path('views/app/patient/segment-templates/_child_plan/exercise/' . $point->category . '/view-plan.php')); ?>
         </div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -28,7 +28,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/last-plan.php

@@ -3,7 +3,7 @@
     <div class="<?= !@$flat && $point->last_child_plan_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container"><?= $parsedPlan->value ?></div>
         <div class="text-secondary text-sm"></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -34,7 +34,7 @@
                 <?php endif; ?>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/nutrition/DAILY_INTAKE_CALORIES/last-plan.php

@@ -4,7 +4,7 @@
     <div class="<?= !@$flat && $point->last_child_plan_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container"><?= $parsedPlan->value ?></div>
         <div class="text-secondary text-sm"></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -26,7 +26,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/nutrition/DAILY_INTAKE_CARBOHYDRATES/last-plan.php

@@ -4,7 +4,7 @@
     <div class="<?= !@$flat && $point->last_child_plan_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container"><?= $parsedPlan->value ?></div>
         <div class="text-secondary text-sm"></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -26,7 +26,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/nutrition/FAST_FOOD/last-plan.php

@@ -4,7 +4,7 @@
     <div class="<?= !@$flat && $point->last_child_plan_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container"><?= $parsedPlan->value ?></div>
         <div class="text-secondary text-sm"></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -26,7 +26,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/nutrition/HIGH_SUGAR_BEVERAGES/last-plan.php

@@ -4,7 +4,7 @@
     <div class="<?= !@$flat && $point->last_child_plan_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container"><?= $parsedPlan->value ?></div>
         <div class="text-secondary text-sm"></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -26,7 +26,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/nutrition/PORTION_SIZES/last-plan.php

@@ -4,7 +4,7 @@
     <div class="<?= !@$flat && $point->last_child_plan_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container"><?= $parsedPlan->value ?></div>
         <div class="text-secondary text-sm"></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -26,7 +26,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/nutrition/SNACKS/last-plan.php

@@ -4,7 +4,7 @@
     <div class="<?= !@$flat && $point->last_child_plan_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container"><?= $parsedPlan->value ?></div>
         <div class="text-secondary text-sm"></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -26,7 +26,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/nutrition/VEGETABLES/last-plan.php

@@ -4,7 +4,7 @@
     <div class="<?= !@$flat && $point->last_child_plan_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container"><?= $parsedPlan->value ?></div>
         <div class="text-secondary text-sm"></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -26,7 +26,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_plan/nutrition/WATER_INTAKE/last-plan.php

@@ -4,7 +4,7 @@
     <div class="<?= !@$flat && $point->last_child_plan_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container"><?= $parsedPlan->value ?></div>
         <div class="text-secondary text-sm"></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -26,7 +26,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/behavior/CRAVINGS/last-review.php

@@ -6,7 +6,7 @@
             <?php $review = $parsedReview; ?>
             <?php include(resource_path('views/app/patient/segment-templates/_child_review/behavior/' . $point->category . '/view-review.php')); ?>
         </div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -28,7 +28,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/behavior/FOOD_TRIGGERS/last-review.php

@@ -6,7 +6,7 @@
             <?php $review = $parsedReview; ?>
             <?php include(resource_path('views/app/patient/segment-templates/_child_review/behavior/' . $point->category . '/view-review.php')); ?>
         </div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -28,7 +28,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/behavior/SELF_MONITORING/last-review.php

@@ -6,7 +6,7 @@
             <?php $review = $parsedReview; ?>
             <?php include(resource_path('views/app/patient/segment-templates/_child_review/behavior/' . $point->category . '/view-review.php')); ?>
         </div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -28,7 +28,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/behavior/SLEEP_HABITS/last-review.php

@@ -6,7 +6,7 @@
             <?php $review = $parsedReview; ?>
             <?php include(resource_path('views/app/patient/segment-templates/_child_review/behavior/' . $point->category . '/view-review.php')); ?>
         </div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -28,7 +28,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/exercise/AEROBIC_ACTIVITY/last-review.php

@@ -6,7 +6,7 @@
             <?php $review = $parsedReview; ?>
             <?php include(resource_path('views/app/patient/segment-templates/_child_review/exercise/' . $point->category . '/view-review.php')); ?>
         </div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -28,7 +28,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/exercise/NEAT/last-review.php

@@ -6,7 +6,7 @@
             <?php $review = $parsedReview; ?>
             <?php include(resource_path('views/app/patient/segment-templates/_child_review/exercise/' . $point->category . '/view-review.php')); ?>
         </div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -28,7 +28,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/exercise/STRENGTH_TRAINING/last-review.php

@@ -6,7 +6,7 @@
             <?php $review = $parsedReview; ?>
             <?php include(resource_path('views/app/patient/segment-templates/_child_review/exercise/' . $point->category . '/view-review.php')); ?>
         </div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -28,7 +28,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/last-review.php

@@ -2,7 +2,7 @@
     <?php $parsedReview = json_decode($point->lastChildReview->data); ?>
     <div class="<?= $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container"><?= @$parsedReview->value ?></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -33,7 +33,7 @@
                 <?php endif; ?>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/nutrition/DAILY_INTAKE_CALORIES/last-review.php

@@ -3,7 +3,7 @@
     <?php $parsedReview = json_decode($point->lastChildReview->data); ?>
     <div class="<?= !@$flat && $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container text-dark"><?= @$parsedReview->value ?></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -25,7 +25,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/nutrition/DAILY_INTAKE_CARBOHYDRATES/last-review.php

@@ -3,7 +3,7 @@
     <?php $parsedReview = json_decode($point->lastChildReview->data); ?>
     <div class="<?= !@$flat && $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container text-dark"><?= @$parsedReview->value ?></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -25,7 +25,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/nutrition/FAST_FOOD/last-review.php

@@ -4,7 +4,7 @@
     <div class="<?= !@$flat && $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container text-dark"><span class="text-sm">Meals per week:</span> <?= @$parsedReview->mealsPerWeek ? strip_tags($parsedReview->mealsPerWeek) : '' ?></div>
         <div class="inline-html-container text-dark"><span class="text-sm">Self-prepared meals per week:</span> <?= @$parsedReview->selfPrepMealsPerWeek ? strip_tags($parsedReview->selfPrepMealsPerWeek) : '' ?></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -26,7 +26,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/nutrition/HIGH_SUGAR_BEVERAGES/last-review.php

@@ -3,7 +3,7 @@
     <?php $parsedReview = json_decode($point->lastChildReview->data); ?>
     <div class="<?= !@$flat && $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container text-dark"><?= @$parsedReview->value ?></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -25,7 +25,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/nutrition/PORTION_SIZES/last-review.php

@@ -3,7 +3,7 @@
     <?php $parsedReview = json_decode($point->lastChildReview->data); ?>
     <div class="<?= !@$flat && $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container text-dark"><?= @$parsedReview->value ?></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -25,7 +25,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/nutrition/SNACKS/last-review.php

@@ -4,7 +4,7 @@
     <div class="<?= !@$flat && $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container text-dark"><span class="text-sm">Unhealthy snacks:</span> <?= @$parsedReview->unhealthySnacks ? strip_tags($parsedReview->unhealthySnacks) : '' ?></div>
         <div class="inline-html-container text-dark"><span class="text-sm">Healthy snacks:</span> <?= @$parsedReview->healthySnacks ? strip_tags($parsedReview->healthySnacks) : '' ?></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -26,7 +26,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/nutrition/VEGETABLES/last-review.php

@@ -3,7 +3,7 @@
     <?php $parsedReview = json_decode($point->lastChildReview->data); ?>
     <div class="<?= !@$flat && $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container text-dark"><?= @$parsedReview->value ?></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -25,7 +25,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 2 - 2
resources/views/app/patient/segment-templates/_child_review/nutrition/WATER_INTAKE/last-review.php

@@ -3,7 +3,7 @@
     <?php $parsedReview = json_decode($point->lastChildReview->data); ?>
     <div class="<?= !@$flat && $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
         <div class="inline-html-container text-dark"><?= @$parsedReview->value ?></div>
-
+        <span class="screen-only">
         <?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
             <span class="text-sm">(updated on the patient's chart)</span>
         <?php else: ?>
@@ -25,7 +25,7 @@
                 </div>
             <?php endif; ?>
         <?php endif; ?>
-
+        </span>
     </div>
 <?php else: ?>
     <span class="text-secondary text-sm">-</span>

+ 1 - 1
resources/views/app/patient/wizard-partials/show-plan.blade.php

@@ -4,7 +4,7 @@
         <div class="inline-html-container <?= $point->last_child_plan_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
             <?= @$parsedPlan->value ?>
         </div>
-        <div class="d-flex align-items-baseline pt-1 border-top mt-1 mb-2">
+        <div class="screen-only d-flex align-items-baseline pt-1 border-top mt-1 mb-2">
             @if ($point->last_child_plan_point_scoped_note_id === $patient->core_note_id)
                 <span class="text-sm">(updated on the patient's chart)</span>
             @else