|
@@ -248,13 +248,13 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
|
|
|
@include('app.patient.partials.cpt-alert')
|
|
|
@endif
|
|
|
@if($pro->is_enrolled_as_mcp && !$patient->mcp)
|
|
|
- <div class="d-flex align-items-center alert alert-info bg-white mcp-theme-1 p-3 hide-inside-ticket-popup m-1">
|
|
|
+ <div class="d-flex align-items-center alert alert-info bg-white mcp-theme-1 p-1 hide-inside-ticket-popup m-1">
|
|
|
<div class="font-size-16 mr-3">
|
|
|
<i class="fa fa-exclamation-triangle text-warning-mellow"></i>
|
|
|
This patient currently does not have an MCP assigned.
|
|
|
</div>
|
|
|
<div class="d-flex align-items-center">
|
|
|
- <button class="btn btn-info" onclick="$('.in-conv-confirmed').removeClass('d-none').addClass('d-inline-flex')">I am currently seeing or talking to this patient</button>
|
|
|
+ <button class="btn btn-info py-1" onclick="$('.in-conv-confirmed').removeClass('d-none').addClass('d-inline-flex')">I am currently seeing or talking to this patient</button>
|
|
|
<div class="in-conv-confirmed d-none align-items-center">
|
|
|
<i class="fa fa-chevron-right mx-3 text-secondary"></i>
|
|
|
<div moe class=" hide-inside-popup">
|