Selaa lähdekoodia

General fixes

Samson Mutunga 1 vuosi sitten
vanhempi
commit
ccc7afd805
1 muutettua tiedostoa jossa 11 lisäystä ja 11 poistoa
  1. 11 11
      resources/views/app/rd/dashboard.blade.php

+ 11 - 11
resources/views/app/rd/dashboard.blade.php

@@ -36,7 +36,7 @@
                                             <th class="px-2 text-center">{{ $pro->patientsCountAsRd() }}
                                             <th>
                                             <th class="pl-2">
-                                                <a class="font-weight-normal" href="{{ route('rd.patients') }}" native
+                                                <a class="font-weight-normal" href="{{ route('rd.patients', ['popupmode' => 1]) }}" native
                                                     target="_blank" open-in-stag-popup popup-style="tall"
                                                     title="Patients ">Patients </a>
                                             </th>
@@ -46,7 +46,7 @@
                                             <th>
                                             <th class="pl-2">
                                                 <a class="font-weight-normal"
-                                                    href="{{ route('rd.patients_awaiting_mcp_visit') }}" native
+                                                    href="{{ route('rd.patients_awaiting_mcp_visit', ['popupmode' => 1]) }}" native
                                                     target="_blank" open-in-stag-popup popup-style="tall"
                                                     title="Patients Awaiting MCP Visit">Patients Awaiting MCP Visit</a>
                                             </th>
@@ -56,7 +56,7 @@
                                             <th>
                                             <th class="pl-2">
                                                 <a class="font-weight-normal"
-                                                    href="{{ route('rd.patients_without_appointment') }}" native
+                                                    href="{{ route('rd.patients_without_appointment', ['popupmode' => 1]) }}" native
                                                     target="_blank" open-in-stag-popup popup-style="tall"
                                                     title="Patients w/o Appointment ">Patients w/o Appointment </a>
                                             </th>
@@ -66,7 +66,7 @@
                                             <th>
                                             <th class="pl-2">
                                                 <a class="font-weight-normal"
-                                                    href="{{ route('rd.encounters_pending_my_review') }}" native
+                                                    href="{{ route('rd.encounters_pending_my_review', ['popupmode' => 1]) }}" native
                                                     target="_blank" open-in-stag-popup popup-style="tall"
                                                     title="Encounters Pending My Review ">Encounters Pending My Review </a>
                                             </th>
@@ -76,7 +76,7 @@
                                             <th>
                                             <th class="pl-2">
                                                 <a class="font-weight-normal"
-                                                    href="{{ route('rd.encounters_in_progress') }}" native target="_blank"
+                                                    href="{{ route('rd.encounters_in_progress', ['popupmode' => 1]) }}" native target="_blank"
                                                     open-in-stag-popup popup-style="tall"
                                                     title="Encounters In Progress">Encounters In Progress</a>
                                             </th>
@@ -87,7 +87,7 @@
                                             <th>
                                             <th class="pl-2">
                                                 <a class="font-weight-normal"
-                                                    href="{{ route('rd.appointments_pending_confirmation') }}" native
+                                                    href="{{ route('rd.appointments_pending_confirmation', ['popupmode' => 1]) }}" native
                                                     target="_blank" open-in-stag-popup popup-style="tall"
                                                     title="Appointments Pending Confirmation">Appointments Pending
                                                     Confirmation</a>
@@ -99,7 +99,7 @@
                                             <th>
                                             <th class="pl-2">
                                                 <a class="font-weight-normal"
-                                                    href="{{ route('rd.cancelled_appointments_pending_ack') }}" native
+                                                    href="{{ route('rd.cancelled_appointments_pending_ack', ['popupmode' => 1]) }}" native
                                                     target="_blank" open-in-stag-popup popup-style="tall"
                                                     title="Cancelled Appointments Pending Ack.">Cancelled Appointments
                                                     Pending Ack.</a>
@@ -109,7 +109,7 @@
                                             <th class="px-2 text-center">{{ $pro->reportsPendingAckCountAsRd() }}
                                             <th>
                                             <th class="pl-2">
-                                                <a class="font-weight-normal" href="{{ route('rd.reports_pending_ack') }}"
+                                                <a class="font-weight-normal" href="{{ route('rd.reports_pending_ack', ['popupmode' => 1]) }}"
                                                     native target="_blank" open-in-stag-popup popup-style="tall"
                                                     title="Reports Pending Ack.">Reports Pending Ack.</a>
                                             </th>
@@ -119,7 +119,7 @@
                                             <th>
                                             <th class="pl-2">
                                                 <a class="font-weight-normal"
-                                                    href="{{ route('rd.supply_orders_pending_my_ack') }}" native
+                                                    href="{{ route('rd.supply_orders_pending_my_ack', ['popupmode' => 1]) }}" native
                                                     target="_blank" open-in-stag-popup popup-style="tall"
                                                     title="Supply Orders Pending My Ack.">Supply Orders Pending My Ack.</a>
                                             </th>
@@ -130,7 +130,7 @@
                                             <th>
                                             <th class="pl-2">
                                                 <a class="font-weight-normal"
-                                                    href="{{ route('rd.supply_orders_pending_hcp_approval') }}" native
+                                                    href="{{ route('rd.supply_orders_pending_hcp_approval', ['popupmode' => 1]) }}" native
                                                     target="_blank" open-in-stag-popup popup-style="tall"
                                                     title="Supply Orders Pending HCP Approval">Supply Orders Pending HCP
                                                     Approval</a>
@@ -141,7 +141,7 @@
                                             <th>
                                             <th class="pl-2">
                                                 <a class="font-weight-normal"
-                                                    href="{{ route('rd.client-review-requests', ['hideTitle' => true]) }}"
+                                                    href="{{ route('rd.client-review-requests', ['hideTitle' => true, 'popupmode' => 1]) }}"
                                                     native target="_blank" open-in-stag-popup popup-style="tall"
                                                     title="Charts Pending My Review">Charts Pending My Review </a>
                                             </th>