|
@@ -1,12 +1,12 @@
|
|
<table data-position="{{ @$position }}" class="table table-sm table-striped border-top p-0 m-0 table-dnd">
|
|
<table data-position="{{ @$position }}" class="table table-sm table-striped border-top p-0 m-0 table-dnd">
|
|
<thead class="bg-light">
|
|
<thead class="bg-light">
|
|
<tr>
|
|
<tr>
|
|
- <th class="border-0">Position Index</th>
|
|
|
|
|
|
+ <th class="border-0"></th>
|
|
<th class="border-0">Display title</th>
|
|
<th class="border-0">Display title</th>
|
|
<th class="border-0">Heading</th>
|
|
<th class="border-0">Heading</th>
|
|
<th class="border-0">Sub-heading</th>
|
|
<th class="border-0">Sub-heading</th>
|
|
<th class="border-0">Segment Template</th>
|
|
<th class="border-0">Segment Template</th>
|
|
- <th class="border-0">Status</th>
|
|
|
|
|
|
+ <!-- <th class="border-0">Status</th> -->
|
|
<th class="border-0"> </th>
|
|
<th class="border-0"> </th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
@@ -17,11 +17,14 @@
|
|
<?php $rowsCount++; ?>
|
|
<?php $rowsCount++; ?>
|
|
<tr id="{{ $template->uid }}" data-uid="{{ $template->uid }}" data-positionindex="{{ $template->position_index }}" data-heading="{{ $template->heading }}" data-subheading="{{ $template->subheading }}" data-displaytitle="{{ $template->display_title }}" data-leftorright="{{ $template->left_or_right }}">
|
|
<tr id="{{ $template->uid }}" data-uid="{{ $template->uid }}" data-positionindex="{{ $template->position_index }}" data-heading="{{ $template->heading }}" data-subheading="{{ $template->subheading }}" data-displaytitle="{{ $template->display_title }}" data-leftorright="{{ $template->left_or_right }}">
|
|
<td>{{ $template->position_index }}</td>
|
|
<td>{{ $template->position_index }}</td>
|
|
- <td class="text-nowrap">═ {{ $template->display_title }}</td>
|
|
|
|
|
|
+ <td class="text-nowrap">{{ $template->display_title }}</td>
|
|
<td>{{ $template->heading }}</td>
|
|
<td>{{ $template->heading }}</td>
|
|
<td>{{ $template->subheading }}</td>
|
|
<td>{{ $template->subheading }}</td>
|
|
- <td>{{ $template->segmentTemplate ? $template->segmentTemplate->default_display_title : '---' }}</td>
|
|
|
|
<td>
|
|
<td>
|
|
|
|
+ {{ $template->segmentTemplate ? $template->segmentTemplate->default_display_title : '---' }} ({{ $template->segmentTemplate->internal_name }})
|
|
|
|
+ @include('app.practice-management.visit-templates.visit-template-segment-templates.update-segment-tempalate')
|
|
|
|
+ </td>
|
|
|
|
+ {{--<td>
|
|
<div>
|
|
<div>
|
|
@if($template->is_active)
|
|
@if($template->is_active)
|
|
<span class="text-success">ACTIVE</span>
|
|
<span class="text-success">ACTIVE</span>
|
|
@@ -41,7 +44,7 @@
|
|
@endif
|
|
@endif
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
- </td>
|
|
|
|
|
|
+ </td>--}}
|
|
<td>
|
|
<td>
|
|
<div class="d-flex align-items-center">
|
|
<div class="d-flex align-items-center">
|
|
<div class="mr-2">
|
|
<div class="mr-2">
|