|
@@ -1,6 +1,6 @@
|
|
@if($points && count($points))
|
|
@if($points && count($points))
|
|
<div class="d-flex border-bottom">
|
|
<div class="d-flex border-bottom">
|
|
- <a class="mr-2 min-width-110px "
|
|
|
|
|
|
+ <a class="mr-2 min-width-110px hide-if-note-signed"
|
|
open-in-stag-popup
|
|
open-in-stag-popup
|
|
href="/module-view/{{$note->uid}}/lifestyle_physical_activity/edit"
|
|
href="/module-view/{{$note->uid}}/lifestyle_physical_activity/edit"
|
|
mc-initer="edit-univ_sub_physical_activity_assessment-container-{{$note->id}}"
|
|
mc-initer="edit-univ_sub_physical_activity_assessment-container-{{$note->id}}"
|
|
@@ -8,6 +8,9 @@
|
|
popup-style="stag-popup-md overflow-visible">
|
|
popup-style="stag-popup-md overflow-visible">
|
|
Lifestyle Physical Activity
|
|
Lifestyle Physical Activity
|
|
</a>
|
|
</a>
|
|
|
|
+ <span class="mr-2 min-width-110px font-weight-bold show-if-note-signed">
|
|
|
|
+ Lifestyle Physical Activity
|
|
|
|
+ </span>
|
|
<div class="flex-grow-1">
|
|
<div class="flex-grow-1">
|
|
<table class="table table-bordered table-xs table-cage mb-0">
|
|
<table class="table table-bordered table-xs table-cage mb-0">
|
|
<?php $j = 0; foreach ($points as $point): $j++; ?>
|
|
<?php $j = 0; foreach ($points as $point): $j++; ?>
|