Browse Source

Billing manager - note stag-popup UI

Vijayakrishnan 4 years ago
parent
commit
f39eed88a0

+ 9 - 2
resources/views/app/practice-management/billing-manager.blade.php

@@ -101,10 +101,17 @@
                                 <a href="/patients/view/{{ $note->client->uid }}">{{ $note->client->displayName() }}</a>
                                 <a href="/patients/view/{{ $note->client->uid }}">{{ $note->client->displayName() }}</a>
                             </td>
                             </td>
                             <td class="">
                             <td class="">
+                                <div class="font-weight-bold">{{ friendly_date_time($note->effective_dateest, false) }}</div>
                                 <a href="/patients/view/{{ $note->client->uid }}/notes/view/{{ $note->uid }}?popupmode=1"
                                 <a href="/patients/view/{{ $note->client->uid }}/notes/view/{{ $note->uid }}?popupmode=1"
                                    native target="_blank"
                                    native target="_blank"
-                                   class="font-weight-bold note-popup-trigger">
-                                    {{ friendly_date_time($note->effective_dateest, false) }}
+                                   class="note-popup-trigger d-block text-nowrap mt-1">
+                                    <i class="fa fa-eye"></i>
+                                    View
+                                </a>
+                                <a href="/patients/view/{{ $note->client->uid }}/notes/view/{{ $note->uid }}"
+                                   class="d-block text-nowrap mt-1">
+                                    <i class="fa fa-external-link-alt"></i>
+                                    Open
                                 </a>
                                 </a>
                                 <span class="ml-1">{{ $note->is_cancelled ? '[cancelled]' : '' }}</span>
                                 <span class="ml-1">{{ $note->is_cancelled ? '[cancelled]' : '' }}</span>
                             </td>
                             </td>