|
@@ -343,7 +343,7 @@
|
|
|
</div>
|
|
|
@endif
|
|
|
@if(!$note->is_signed_by_hcp )
|
|
|
- <div moe
|
|
|
+ <div moe relative
|
|
|
class="{{ $note->hcp_pro_id !== $pro->id ? 'moe-disabled' : '' }}"
|
|
|
title="{{ $note->hcp_pro_id !== $pro->id ? 'Only the note\'s HCP can sign' : '' }}">
|
|
|
<a class="" href="" show start>Sign Note As HCP</a>
|
|
@@ -356,16 +356,18 @@
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
|
- <a native target="_blank"
|
|
|
- open-in-stag-popup
|
|
|
- update-parent
|
|
|
- mc-initer="note-sign-confirmation-{{$note->id}}"
|
|
|
- popup-style="stag-popup-md"
|
|
|
- title="Confirm and Sign"
|
|
|
- class="ml-2 text-info font-weight-bold"
|
|
|
- href="{{route('patients.view.notes.view.sign-confirmation', compact('patient', 'note'))}}">
|
|
|
- Sign*
|
|
|
- </a>
|
|
|
+ @if($note->hcp_pro_id === $pro->id)
|
|
|
+ <a native target="_blank"
|
|
|
+ open-in-stag-popup
|
|
|
+ update-parent
|
|
|
+ mc-initer="note-sign-confirmation-{{$note->id}}"
|
|
|
+ popup-style="stag-popup-md"
|
|
|
+ title="Confirm and Sign"
|
|
|
+ class="ml-2 text-info font-weight-bold"
|
|
|
+ href="{{route('patients.view.notes.view.sign-confirmation', compact('patient', 'note'))}}">
|
|
|
+ Sign Note As HCP
|
|
|
+ </a>
|
|
|
+ @endif
|
|
|
@endif
|
|
|
</div>
|
|
|
</div>
|