|
@@ -1,12 +1,16 @@
|
|
|
-<div class="p-3 border-bottom note-section edit-trigger"
|
|
|
+<div class="p-3 border-bottom note-section visit-segment edit-trigger"
|
|
|
data-segment-uid="{{ $segment->uid }}"
|
|
|
data-segment-template-uid="{{ $segment->segmentTemplate->uid }}"
|
|
|
data-segment-template-name="{{ $segment->segmentTemplate->internal_name }}">
|
|
|
|
|
|
<div class="d-flex align-items-start">
|
|
|
+
|
|
|
+ <!-- title -->
|
|
|
<span class="font-weight-bold mb-2 d-flex align-items-center">
|
|
|
{{$segment->display_title}}
|
|
|
</span>
|
|
|
+
|
|
|
+ <!-- refresh -->
|
|
|
<div moe class="ml-2">
|
|
|
<a start show class="font-weight-normal" title="Update with latest patient data">
|
|
|
<i class="fa fa-sync"></i>
|
|
@@ -20,9 +24,12 @@
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
|
+
|
|
|
+ <!-- toggle to read mode -->
|
|
|
+ <a class="ml-auto edit-trigger d-none if-edit c-pointer">Close</a>
|
|
|
</div>
|
|
|
|
|
|
- <div class="d-none if-not-edit inset-comment summary-container">
|
|
|
+ <div class="d-none if-not-edit inset-comment summary-container">
|
|
|
{!! $segment->summary_html !!}
|
|
|
</div>
|
|
|
|