Преглед на файлове

In-popup link attributes fix

Vijayakrishnan преди 3 години
родител
ревизия
4ce4baefa6
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      resources/views/app/mcp/notes_pending_billing.blade.php
  2. 1 1
      resources/views/app/mcp/notes_pending_signature.blade.php

+ 1 - 1
resources/views/app/mcp/notes_pending_billing.blade.php

@@ -22,7 +22,7 @@
                 @foreach($records as $row)
                     <tr>
                         <td class="border-bottom-0">
-                            <a href="/patients/view/{{ $row->client->uid }}/notes/view/{{ $row->uid }}" class="font-weight-bold">
+                            <a native target="_blank" href="/patients/view/{{ $row->client->uid }}/notes/view/{{ $row->uid }}" class="font-weight-bold">
                                 {{ friendlier_date($row->effective_dateest) }}
                             </a>
                         </td>

+ 1 - 1
resources/views/app/mcp/notes_pending_signature.blade.php

@@ -22,7 +22,7 @@
                 @foreach($records as $row)
                     <tr>
                         <td class="border-bottom-0">
-                            <a href="/patients/view/{{ $row->client->uid }}/notes/view/{{ $row->uid }}" class="font-weight-bold">
+                            <a native target="_blank" href="/patients/view/{{ $row->client->uid }}/notes/view/{{ $row->uid }}" class="font-weight-bold">
                                 {{ friendlier_date($row->effective_dateest) }}
                             </a>
                         </td>