|
@@ -59,20 +59,22 @@ if ($latestSectionTS === 0 || $latestSectionTS < $sectionTS) {
|
|
|
|
|
|
@if(isset($pro))
|
|
@if(isset($pro))
|
|
<div class="ml-auto d-inline-flex align-items-center">
|
|
<div class="ml-auto d-inline-flex align-items-center">
|
|
- <div class="ml-auto">
|
|
|
|
|
|
+ {{--<div class="ml-auto">
|
|
@if(!isset($note) || (isset($note) && !$note->is_signed_by_hcp))
|
|
@if(!isset($note) || (isset($note) && !$note->is_signed_by_hcp))
|
|
@include('app.patient.note.guest-access')
|
|
@include('app.patient.note.guest-access')
|
|
@endif
|
|
@endif
|
|
- </div>
|
|
|
|
|
|
+ </div>--}}
|
|
<a href="#" class="d-none text-danger if-edit ml-2 remove-section-trigger mr-1" data-uid="{{$section->uid}}" title="Remove {{$section->sectionTemplate->title}}">
|
|
<a href="#" class="d-none text-danger if-edit ml-2 remove-section-trigger mr-1" data-uid="{{$section->uid}}" title="Remove {{$section->sectionTemplate->title}}">
|
|
Remove
|
|
Remove
|
|
</a>
|
|
</a>
|
|
|
|
+ @if($pro->pro_type === 'ADMIN')
|
|
<a href="#" class="d-none if-edit ml-2 move-up-trigger" data-uid="{{$section->uid}}" title="Move Up">
|
|
<a href="#" class="d-none if-edit ml-2 move-up-trigger" data-uid="{{$section->uid}}" title="Move Up">
|
|
<i class="fa fa-arrow-up"></i>
|
|
<i class="fa fa-arrow-up"></i>
|
|
</a>
|
|
</a>
|
|
<a href="#" class="d-none if-edit ml-2 move-down-trigger" data-uid="{{$section->uid}}" title="Move Down">
|
|
<a href="#" class="d-none if-edit ml-2 move-down-trigger" data-uid="{{$section->uid}}" title="Move Down">
|
|
<i class="fa fa-arrow-down"></i>
|
|
<i class="fa fa-arrow-down"></i>
|
|
</a>
|
|
</a>
|
|
|
|
+ @endif
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|