|
@@ -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>
|