浏览代码

Main DB meas. pend. stamping column update

Vijayakrishnan 3 年之前
父节点
当前提交
8ed7134ad0
共有 1 个文件被更改,包括 9 次插入13 次删除
  1. 9 13
      resources/views/app/mcp/dashboard/measurements-pending-stamping.blade.php

+ 9 - 13
resources/views/app/mcp/dashboard/measurements-pending-stamping.blade.php

@@ -4,7 +4,6 @@
         <thead>
         <tr>
             <th class="border-bottom-0 border-top-0 text-secondary">Patient</th>
-            <th class="border-bottom-0 border-top-0 text-secondary">Care Month</th>
             <th class="border-bottom-0 border-top-0 text-secondary">Type</th>
             <th class="border-bottom-0 border-top-0 text-secondary">Value</th>
             <th class="border-bottom-0 border-top-0 text-secondary">Timestamp</th>
@@ -18,17 +17,6 @@
                         {{$row->client->displayName()}}
                     </a>
                 </td>
-                <td>
-                    <a native target="_blank"
-                       open-in-stag-popup
-                       update-parent
-                       update-target="#dashboard-measurements-pending-stamping"
-                       mc-initer="cm-matrix-{{$row->client->id}}"
-                       title="Care Month Matrix: {{date('M Y', strtotime($row->careMonth->start_date))}}"
-                       href="/patient-care-month-matrix/{{$row->careMonth->uid}}">
-                        {{ friendly_month($row->careMonth->start_date) }}
-                    </a>
-                </td>
                 <td class="text-nowrap">
                     {{$row->label}}
                 </td>
@@ -40,7 +28,15 @@
                     @endif
                 </td>
                 <td class="text-secondary">
-                    {{ friendly_date_time_short_with_tz_from_timestamp_divide1000($row->ts, 'EASTERN') }} EST
+                    <a native target="_blank"
+                       open-in-stag-popup
+                       update-parent
+                       update-target="#dashboard-measurements-pending-stamping"
+                       mc-initer="cm-matrix-{{$row->client->id}}"
+                       title="Care Month Matrix: {{date('M Y', strtotime($row->careMonth->start_date))}}"
+                       href="/patient-care-month-matrix/{{$row->careMonth->uid}}">
+                        {{ friendly_date_time_short_with_tz_from_timestamp_divide1000($row->ts, 'EASTERN') }} EST
+                    </a>
                 </td>
             </tr>
         @endforeach