|
@@ -715,8 +715,8 @@ $isVisitNote = ($routeName === 'patients.view.notes.view.dashboard' && @$note &&
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<span moe relative class="">
|
|
<span moe relative class="">
|
|
- <button class="col-2-button" start show title="SMS check-in link to the patient">Send <i
|
|
|
|
- class="on-hover-opaque fa fa-paper-plane text-secondary"></i></button>
|
|
|
|
|
|
+ <button class="col-2-button" start show title="SMS check-in link to the patient"><i
|
|
|
|
+ class="on-hover-opaque fa fa-paper-plane text-secondary"></i> Send</button>
|
|
<form url="/api/client/sendCheckInTokenViaSmsOrEmail" right
|
|
<form url="/api/client/sendCheckInTokenViaSmsOrEmail" right
|
|
class="mcp-theme-1">
|
|
class="mcp-theme-1">
|
|
<input type="hidden" name="uid" value="{{ $patient->uid }}">
|
|
<input type="hidden" name="uid" value="{{ $patient->uid }}">
|
|
@@ -743,11 +743,13 @@ $isVisitNote = ($routeName === 'patients.view.notes.view.dashboard' && @$note &&
|
|
</div>
|
|
</div>
|
|
@if($performer->pro->pro_type == 'ADMIN')
|
|
@if($performer->pro->pro_type == 'ADMIN')
|
|
<div>
|
|
<div>
|
|
- <button class="col-2-button" onclick="return openInRHS('/pro/check-video/{{ $patient->uid }}')">Check Video</button>
|
|
|
|
|
|
+ <button class="col-2-button" onclick="return openInRHS('/pro/check-video/{{ $patient->uid }}')"><i
|
|
|
|
+ class="on-hover-opaque fa fa-video text-secondary"></i> Check</button>
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
<div>
|
|
<div>
|
|
- <button class="col-2-button" onclick="return openInRHS('/pro/meet/{{ $patient->uid }}')">Join Video</button>
|
|
|
|
|
|
+ <button class="col-2-button" onclick="return openInRHS('/pro/meet/{{ $patient->uid }}')"><i
|
|
|
|
+ class="on-hover-opaque fa fa-video text-secondary"></i> Join</button>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
|
|
|