Samson Mutunga před 3 roky
rodič
revize
87f68e7825

+ 1 - 3
resources/views/app/practice-management/visit-templates/visit-template-segment-templates/segment-templates-list-deactivated.blade.php

@@ -4,7 +4,6 @@
 			<th class="border-0">Display title</th>
 			<th class="border-0">Heading</th>
 			<th class="border-0">Sub-heading</th>
-			<th class="border-0">Position Index</th>
 			<th class="border-0">Segment Template</th>
 			<th class="border-0">Left/Right</th>
 			<th class="border-0">Status</th>
@@ -20,7 +19,6 @@
 					<td><i class="fas fa-arrows-alt mr-2"></i> {{ $template->display_title }}</td>
 					<td>{{ $template->heading }}</td>
 					<td>{{ $template->subheading }}</td>
-					<td>{{ $template->position_index }}</td>
 					<td>{{ $template->segmentTemplate ? $template->segmentTemplate->default_display_title : '---' }}</td>
 					<td>{{ $template->left_or_right }}</td>
 					<td>
@@ -59,7 +57,7 @@
 		@endforeach
 		@if(!$rowsCount)
 		<tr>
-			<td colspan="8">No deactivated records found!</td>
+			<td colspan="7">No deactivated records found!</td>
 		</tr>
 		@endif
 	</tbody>

+ 1 - 3
resources/views/app/practice-management/visit-templates/visit-template-segment-templates/segment-templates-list.blade.php

@@ -4,7 +4,6 @@
 			<th class="border-0">Display title</th>
 			<th class="border-0">Heading</th>
 			<th class="border-0">Sub-heading</th>
-			<th class="border-0">Position Index</th>
 			<th class="border-0">Segment Template</th>
 			<th class="border-0">Status</th>
 			<th class="border-0">&nbsp;</th>
@@ -19,7 +18,6 @@
 					<td class="text-nowrap">&boxH; &nbsp; &nbsp; {{ $template->display_title }}</td>
 					<td>{{ $template->heading }}</td>
 					<td>{{ $template->subheading }}</td>
-					<td>{{ $template->position_index }}</td>
 					<td>{{ $template->segmentTemplate ? $template->segmentTemplate->default_display_title : '---' }}</td>
 					<td>
 						<div>
@@ -60,7 +58,7 @@
 		@endforeach
 		@if(!$rowsCount)
 		<tr>
-			<td colspan="7">No records found!</td>
+			<td colspan="6">No records found!</td>
 		</tr>
 		@endif
 	</tbody>