Selaa lähdekoodia

Client dashboard - trim icons

Vijayakrishnan 3 vuotta sitten
vanhempi
commit
55eccfbc49
1 muutettua tiedostoa jossa 8 lisäystä ja 8 poistoa
  1. 8 8
      resources/views/layouts/patient.blade.php

+ 8 - 8
resources/views/layouts/patient.blade.php

@@ -565,11 +565,11 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
 											</div>
 										@endif
                                     </section>
-                                    <section class="hide-inside-popup screen-only vbox mt-2 align-self-start ml-3 pl-3 border-left mcp-theme-1">
+                                    <section class="hide-inside-popup screen-only vbox mt-2 pt-1 align-self-stretch ml-2 px-2 mcp-theme-1 align-items-center">
                                         <div>
                                             <div moe relative>
-                                                <a href="#" start show class="d-flex align-items-baseline"><i class="fa fa-plus text-sm mr-1"></i><span>SMS</span></a>
-                                                <form url="/api/clientSms/createOutgoing" right class="mcp-theme-1" noreload>
+                                                <a href="#" start show class="d-flex align-items-baseline"><i class="fa fa-comment text-sm mr-1"></i></a>
+                                                <form url="/api/clientSms/createOutgoing" class="mcp-theme-1" noreload>
                                                     <input type="hidden" name="uid" value="{{ $patient->uid }}">
                                                     <div class="mb-2">
                                                         <label for="" class="text-sm text-secondary mb-1">Cell
@@ -594,8 +594,8 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
                                         </div>
                                         <div>
                                         <span moe relative class="">
-                                            <a href="#" start show class="d-flex align-items-baseline" title="SMS check-in link to the patient"><i class="fa fa-paper-plane text-sm mr-1"></i><span>Send</span></a>
-                                            <form url="/api/client/sendCheckInTokenViaSmsOrEmail" right
+                                            <a href="#" start show class="d-flex align-items-baseline" title="SMS check-in link to the patient"><i class="fa fa-paper-plane text-sm mr-1"></i></a>
+                                            <form 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>
@@ -621,14 +621,14 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
                                         </div>
 										@if($performer->pro->pro_type == 'ADMIN')
 										<div>
-											<a href="#" start show class="d-flex align-items-baseline" onclick="return openInRHS('/pro/check-video/{{ $patient->uid }}')"><i class="fa fa-video text-sm mr-1"></i><span>Check</span></a>
+											<a href="#" start show onclick="return openInRHS('/pro/check-video/{{ $patient->uid }}')"><i class="fa fa-eye text-sm mr-1"></i></a>
 										</div>
 										@endif
 										<div>
-											<a href="#" start show class="d-flex align-items-baseline" onclick="return openInRHS('/pro/meet/{{ $patient->uid }}')"><i class="fa fa-video text-sm mr-1"></i><span>Join</span></a>
+											<a href="#" start show onclick="return openInRHS('/pro/meet/{{ $patient->uid }}')"><i class="fa fa-video text-sm mr-1"></i></a>
 										</div>
                                     </section>
-									<section class="screen-only vbox align-self-start mt-2 mx-2 border-left pl-2">
+									<section class="screen-only vbox align-self-start mt-2 ml-0 mr-2 border-left pl-2">
 										<div>
 											<label>MCP:</label> {{$mcpName}}
 											@if($patient->has_mcp_done_onboarding_visit !== 'YES' && $pro->pro_type == 'ADMIN')