Bladeren bron

Summary UI compact

Vijayakrishnan 3 jaren geleden
bovenliggende
commit
54633271ec

+ 1 - 1
resources/views/app/patient/segment-templates/omega_care_team/summary.blade.php

@@ -16,7 +16,7 @@ $plural = 'Care team members';
     <?php $j = 0; foreach ($points as $point): $j++; ?>
         <?php $rel = $point->relevanceToNote($note); ?>
         <tr>
-            <td class="width-22px pl-0 pr-1">
+            <td class="width-22px pl-0 pr-1 {{ $rel ? ' text-info':'' }}">
                 @if($rel)
                     <?php $numRelevant++; ?>
                 @endif

+ 1 - 3
resources/views/app/patient/segment-templates/omega_goals/summary.blade.php

@@ -19,10 +19,8 @@ $plural = 'Goals';
             <td class="width-22px pl-0 pr-1 {{ $rel ? ' text-info':'' }}">
                 @if($rel)
                     <?php $numRelevant++; ?>
-                    *{{ $j }}.
-                @else
-                    {{ $j }}.
                 @endif
+                {{ $j }}.
             </td>
             <td class="px-2">
                 <div class="<?= $point->is_removed ? 'strike-through' : '' ?> grow-till-300px">

+ 1 - 3
resources/views/app/patient/segment-templates/omega_problems/summary.blade.php

@@ -19,10 +19,8 @@ $plural = 'Problems';
             <td class="width-22px pl-0 pr-1 {{ $rel ? ' text-info':'' }}">
                 @if($rel)
                     <?php $numRelevant++; ?>
-                    *{{ $j }}.
-                @else
-                    {{ $j }}.
                 @endif
+                {{ $j }}.
             </td>
             <td class="px-2">
                 <div class=" <?= $point->is_removed ? 'strike-through' : '' ?> grow-till-300px" >