Vijayakrishnan 2 anni fa
parent
commit
1b1bd08c90

+ 9 - 0
public/css/style.css

@@ -3751,4 +3751,13 @@ table.v-top th {
 }
 .mcp-theme-1 .sort-handle {
     cursor: move;
+}
+.mcp-theme-1 .rmgr-name-column {
+    width: 140px !important;
+}
+.mcp-theme-1 .rmgr-name-column .rmgr-name-element {
+    width: 140px !important;
+    overflow: hidden;
+    white-space: nowrap;
+    text-overflow: ellipsis;
 }

+ 4 - 5
resources/views/app/practice-management/rpm-manager/row.blade.php

@@ -2,16 +2,15 @@
 <tr data-client-uid="{{$iPatient->client_uid}}" data-care-month-uid="{{$iPatient->care_month_uid}}">
 
     <td class="border-left-0">
-        <a href="/patients/view/{{ $iPatient->client_uid }}"
+        <a href="/mc/patients/view/{{ $iPatient->client_uid }}"
            native target="_blank"
-           open-in-stag-popup
            class="text-nowrap d-block max-width-170px overflow-hidden text-ellipsis"
         >{{ $iPatient->client_name }}</a>
     </td>
     <td><span class="text-nowrap">{{$iPatient->dob}}</span></td>
-    <td><div class="text-nowrap" title="{{$iPatient->mcp_name ?: ''}}">{{$iPatient->mcp_name ?: '-'}}</div></td>
-    <td><div class="text-nowrap" title="{{$iPatient->rmm_name ?: ''}}">{{$iPatient->rmm_name ?: '-'}}</div></td>
-    <td><div class="text-nowrap" title="{{$iPatient->rme_name ?: ''}}">{{$iPatient->rme_name ?: '-'}}</div></td>
+    <td class="rmgr-name-column"><div class="rmgr-name-element" title="{{$iPatient->mcp_name ?: ''}}">{{$iPatient->mcp_name ?: '-'}}</div></td>
+    <td class="rmgr-name-column"><div class="rmgr-name-element" title="{{$iPatient->rmm_name ?: ''}}">{{$iPatient->rmm_name ?: '-'}}</div></td>
+    <td class="rmgr-name-column"><div class="rmgr-name-element" title="{{$iPatient->rme_name ?: ''}}">{{$iPatient->rme_name ?: '-'}}</div></td>
     <td>{{$iPatient->days_between_most_recent_mcp_note_date_and_end_of_care_month}}</td>
 
     <!--# Meas. Days-->

+ 3 - 3
resources/views/app/practice-management/rpm-manager/table.blade.php

@@ -19,9 +19,9 @@
                 <th class="border-top-0 border-bottom-0 border-left-0"></th>
                 <th class="border-top-0 border-bottom-0"></th>
                 <th class="border-top-0 border-bottom-0"></th>
-                <th class="border-top-0 border-bottom-0"></th>
-                <th class="border-top-0 border-bottom-0"></th>
-                <th class="border-top-0 border-bottom-0"></th>
+                <th class="border-top-0 border-bottom-0 rmgr-name-column"></th>
+                <th class="border-top-0 border-bottom-0 rmgr-name-column"></th>
+                <th class="border-top-0 border-bottom-0 rmgr-name-column"></th>
                 <th class="border-top-0 border-bottom-0 bg-aliceblue text-nowrap" colspan="3"># Meas. Days</th>
                 <th class="border-top-0 border-bottom-0"></th>
                 <th class="border-top-0 border-bottom-0"></th>