Pārlūkot izejas kodu

Text update "Prescriptions" => "ERx & Orders"

Vijayakrishnan 3 gadi atpakaļ
vecāks
revīzija
b0ef08297e

+ 1 - 1
resources/views/app/patient/note/dashboard.blade.php

@@ -490,7 +490,7 @@
                     ?>
 
                     <hr>
-                        <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Prescriptions" href="#">Prescriptions</a></div>
+                        <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Prescriptions" href="#">ERx &amp; Orders</a></div>
                         <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="CM Setup" href="#">CM Setup</a></div>
                         <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="RM Setup" href="#">RM Setup</a></div>
                         <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Supply Orders Summary" href="#">Supply Orders Summary</a></div>

+ 1 - 1
resources/views/app/patient/prescriptions/list.blade.php

@@ -1,6 +1,6 @@
 <div id="prescriptions-{{$patient->id}}" v-cloak>
     <div class="d-flex align-items-baseline py-2">
-        <h6 class="my-0 font-weight-bold text-secondary font-size-14">Prescriptions</h6>
+        <h6 class="my-0 font-weight-bold text-secondary font-size-14">ERx &amp; Orders</h6>
         @if(!request()->input('erx_category') || request()->input('erx_category') === 'DRUG')
             <span class="mx-2 text-secondary on-hover-opaque">|</span>
             <a href="#" v-on:click.prevent="newPrescription('DRUG')">+ Drug</a>

+ 1 - 1
resources/views/app/patient/tickets.blade.php

@@ -55,7 +55,7 @@
     <div class="alert alert-warning border-warning">
         <b>Deprecated:</b> 
         This ERx / Orders feature has been deprecated, and is now read-only. For new prescriptions, please use
-        <a href="{{ route('patients.view.patient-prescriptions', ['patient' => $patient]) }}" class="font-weight-bold">Prescriptions</a>.
+        <a href="{{ route('patients.view.patient-prescriptions', ['patient' => $patient]) }}" class="font-weight-bold">ERx &amp; Orders</a>.
     </div>
 
     <div id="ticketsApp" v-cloak>

+ 3 - 2
resources/views/layouts/patient.blade.php

@@ -96,7 +96,7 @@
                         </li> */ ?>
                         <li class="nav-item">
                             <a class="nav-link {{ strpos($routeName, 'patients.view.patient-prescriptions') === 0 ? 'active' : '' }}"
-                               href="{{ route('patients.view.patient-prescriptions', ['patient' => $patient]) }}">Prescriptions</a>
+                               href="{{ route('patients.view.patient-prescriptions', ['patient' => $patient]) }}">ERx &amp; Orders</a>
                             <?php /*
                             <ul class="m-0 p-0 nav-child-list">
                                 <li class="nav-item">
@@ -132,7 +132,8 @@
                         </li>
                         <li class="nav-item">
                             <a class="nav-link {{ strpos($routeName, 'patients.view.patient-tickets') === 0 ? 'active' : '' }}"
-                               href="{{ route('patients.view.patient-tickets', ['patient' => $patient]) }}">ERx / Orders</a>
+                               title="Deprecated"
+                               href="{{ route('patients.view.patient-tickets', ['patient' => $patient]) }}">ERx / Orders <span class="text-secondary text-sm"></span>(dep)</a>
                             <ul class="m-0 p-0 nav-child-list">
                                 <li class="nav-item">
                                     <a class="nav-link {{ strpos($routeName, 'patients.view.patient-tickets') === 0 && @$type === '' ? 'active' : '' }}"