|
@@ -60,14 +60,15 @@
|
|
@endif
|
|
@endif
|
|
|
|
|
|
@if(!$note->is_signed_by_hcp && !$isLSSegment)
|
|
@if(!$note->is_signed_by_hcp && !$isLSSegment)
|
|
- <a class="edit-trigger d-none if-edit c-pointer ml-3">Close</a>
|
|
|
|
|
|
+ <a class="edit-trigger d-none if-edit c-pointer ml-3">
|
|
|
|
+ <i class="fas fa-caret-up font-size-16"></i>
|
|
|
|
+ </a>
|
|
|
|
|
|
<!-- refresh -->
|
|
<!-- refresh -->
|
|
- <span class="mx-2 text-secondary text-sm {{$iName === 'medrisk_vigilence' ? 'd-none' : ''}}">|</span>
|
|
|
|
- <a class="font-weight-normal refresh-segment c-pointer {{$iName === 'medrisk_vigilence' ? 'on-hover-only' : ''}}"
|
|
|
|
|
|
+ <a class="ml-3 font-weight-normal refresh-segment c-pointer {{$iName === 'medrisk_vigilence' ? 'on-hover-only' : ''}}"
|
|
data-segment-uid="{{$segment->uid}}"
|
|
data-segment-uid="{{$segment->uid}}"
|
|
title="Update with latest patient data">
|
|
title="Update with latest patient data">
|
|
- Refresh
|
|
|
|
|
|
+ <i class="fa fa-sync"></i>
|
|
</a>
|
|
</a>
|
|
|
|
|
|
<!-- if intake - link to plan segment-->
|
|
<!-- if intake - link to plan segment-->
|
|
@@ -78,8 +79,7 @@
|
|
<?php
|
|
<?php
|
|
$targetSegment = 'plan_' . substr($iName, 7);
|
|
$targetSegment = 'plan_' . substr($iName, 7);
|
|
?>
|
|
?>
|
|
- <span class="mx-2 text-secondary text-sm">|</span>
|
|
|
|
- <a class="segment-trigger"
|
|
|
|
|
|
+ <a class="segment-trigger ml-3"
|
|
href="#"
|
|
href="#"
|
|
data-target="{{$targetSegment}}">
|
|
data-target="{{$targetSegment}}">
|
|
Changes During this Visit
|
|
Changes During this Visit
|
|
@@ -94,8 +94,7 @@
|
|
<?php
|
|
<?php
|
|
$targetSegment = 'intake_' . substr($iName, 5);
|
|
$targetSegment = 'intake_' . substr($iName, 5);
|
|
?>
|
|
?>
|
|
- <span class="mx-2 text-secondary text-sm">|</span>
|
|
|
|
- <a class="segment-trigger"
|
|
|
|
|
|
+ <a class="segment-trigger ml-3"
|
|
href="#"
|
|
href="#"
|
|
data-target="{{$targetSegment}}">
|
|
data-target="{{$targetSegment}}">
|
|
Back to Intake (Subjective)
|
|
Back to Intake (Subjective)
|