Ver código fonte

Bring back "relevance"

Vijayakrishnan 3 anos atrás
pai
commit
4b205bd4ed

+ 1 - 1
resources/views/app/patient/allergies-center.blade.php

@@ -57,7 +57,7 @@ if(!@$summaryView) {
             <thead>
             <tr class="">
                 @if($patient->core_note_id !== $note->id)
-                    <th class="border-bottom-0 text-secondary text-center width-30px d-none">Rel.</th>
+                    <th class="border-bottom-0 text-secondary text-center width-30px">Rel.</th>
                 @endif
                 <th class="border-bottom-0 text-secondary">Name</th>
                 @if(!@$summaryView) <th class="border-bottom-0 text-secondary width-50px">Edit</th> @endif

+ 1 - 1
resources/views/app/patient/careteam-center.blade.php

@@ -19,7 +19,7 @@ list($careTeamMembers, $counts) = Point::getPointsOfCategoryExtended($patient, '
             <thead>
             <tr class="">
                 @if($patient->core_note_id !== $note->id)
-                    <th class="border-bottom-0 text-secondary text-center width-30px d-none">Rel.</th>
+                    <th class="border-bottom-0 text-secondary text-center width-30px">Rel.</th>
                 @endif
                 <th class="border-bottom-0 text-secondary">Name/Details</th>
                 @if(!@$summaryView) <th class="border-bottom-0 text-secondary width-50px">Edit</th> @endif

+ 1 - 1
resources/views/app/patient/goals-center.blade.php

@@ -19,7 +19,7 @@ list($goals, $counts) = Point::getPointsOfCategoryExtended($patient, 'GOAL', $no
             <thead>
             <tr class="">
                 @if($patient->core_note_id !== $note->id)
-                    <th class="border-bottom-0 text-secondary text-center width-30px d-none">Rel.</th>
+                    <th class="border-bottom-0 text-secondary text-center width-30px">Rel.</th>
                 @endif
                 <th class="border-bottom-0 text-secondary">Goal</th>
                 @if(!@$summaryView) <th class="border-bottom-0 text-secondary width-50px">Edit</th> @endif

+ 1 - 1
resources/views/app/patient/medications-center.blade.php

@@ -48,7 +48,7 @@ if(!@$summaryView) {
             <thead>
             <tr class="">
                 @if($patient->core_note_id !== $note->id)
-                    <th class="border-bottom-0 text-secondary text-center width-30px d-none">Rel.</th>
+                    <th class="border-bottom-0 text-secondary text-center width-30px">Rel.</th>
                 @endif
                 <th class="border-bottom-0 text-secondary">Name</th>
                 @if(!@$summaryView) <th class="border-bottom-0 text-secondary width-50px">Edit</th> @endif

+ 1 - 1
resources/views/app/patient/problems-center.blade.php

@@ -65,7 +65,7 @@ if(!@$summaryView) {
             <thead>
             <tr class="">
                 @if($patient->core_note_id !== $note->id)
-                    <th class="border-bottom-0 text-secondary text-center width-30px d-none">Rel.</th>
+                    <th class="border-bottom-0 text-secondary text-center width-30px">Rel.</th>
                 @endif
                 <th class="border-bottom-0 text-secondary">Name</th>
                 @if(!@$summaryView) <th class="border-bottom-0 text-secondary width-50px">Edit</th> @endif

+ 1 - 1
resources/views/app/patient/wizard-partials/relevance-column.blade.php

@@ -1,4 +1,4 @@
-<td class="text-center d-none">
+<td class="text-center">
     <a href="#" class="toggle-relevance"
        data-relevant="{{$rel ? '1' : '0'}}"
        data-rel-uid="{{$rel ? $rel->uid : ''}}"