|
@@ -109,7 +109,7 @@ $addressParts .= implode(", ", $addressPart2);
|
|
|
<div class="d-flex justify-content-around">
|
|
|
<div>
|
|
|
<div moe relative>
|
|
|
- <a href="#" start show class="ml-3 mt-1 d-flex align-items-baseline"><i class="fa fa-comment mr-1"></i></a>
|
|
|
+ <a href="#" start show class="ml-3 d-flex align-items-baseline"><i class="fa fa-comment mr-1"></i></a>
|
|
|
<form right url="/api/clientSms/createOutgoing" class="mcp-theme-1" noreload>
|
|
|
<input type="hidden" name="uid" value="{{ $patient->uid }}">
|
|
|
<div class="mb-2">
|
|
@@ -132,7 +132,7 @@ $addressParts .= implode(", ", $addressPart2);
|
|
|
</div>
|
|
|
<div>
|
|
|
<span moe relative class="">
|
|
|
- <a href="#" start show class="ml-3 mt-1 d-flex align-items-baseline" title="SMS check-in link to the patient"><i class="fa fa-paper-plane mr-1"></i></a>
|
|
|
+ <a href="#" start show class="ml-3 d-flex align-items-baseline" title="SMS check-in link to the patient"><i class="fa fa-paper-plane mr-1"></i></a>
|
|
|
<form right url="/api/client/sendCheckInTokenViaSmsOrEmail" class="mcp-theme-1">
|
|
|
<input type="hidden" name="uid" value="{{ $patient->uid }}">
|
|
|
<p class="small min-width-200px mb-2">Send Check-In link to patient?</p>
|
|
@@ -153,11 +153,11 @@ $addressParts .= implode(", ", $addressPart2);
|
|
|
</div>
|
|
|
@if($performer->pro->pro_type == 'ADMIN')
|
|
|
<div>
|
|
|
- <a href="#" start class="ml-3 mt-1 d-block" show onclick="return openInRHS('/pro/check-video/{{ $patient->uid }}')"><i class="fa fa-eye mr-1"></i></a>
|
|
|
+ <a href="#" start class="ml-3 d-block" show onclick="return openInRHS('/pro/check-video/{{ $patient->uid }}')"><i class="fa fa-eye mr-1"></i></a>
|
|
|
</div>
|
|
|
@endif
|
|
|
<div>
|
|
|
- <a href="#" start class="ml-3 mt-1 d-block" show onclick="return openInRHS('/pro/meet/{{ $patient->uid }}')"><i class="fa fa-video mr-1"></i></a>
|
|
|
+ <a href="#" start class="ml-3 d-block" show onclick="return openInRHS('/pro/meet/{{ $patient->uid }}')"><i class="fa fa-video mr-1"></i></a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -443,7 +443,7 @@ $addressParts .= implode(", ", $addressPart2);
|
|
|
<form action="{{route('process-log-in-as')}}?redir={{request()->url()}}" onsubmit="window.top.localStorage.currentProUid = '{{$patient->defaultNaPro->uid}}';" method="POST" target="_top" class="d-inline-block">
|
|
|
@csrf
|
|
|
<input type="hidden" name="proUid" value="{{$patient->defaultNaPro->uid}}">
|
|
|
- <button class="bg-transparent text-primary border-0 text-sm"><i class="fa fa-user"></i></button>
|
|
|
+ <button class="bg-transparent text-primary border-0 text-sm"><i class="fa fa-user on-hover-opaque"></i></button>
|
|
|
</form>
|
|
|
@endif
|
|
|
</div>
|