Peter Muturi 2 年之前
父节点
当前提交
4ac3fbffb6

+ 2 - 6
resources/views/admin/note_templates_SINGLE/SUB_note_template_section_templates.blade.php

@@ -1,5 +1,3 @@
-<?php /* DO NOT GENERATE */ ?>
-
 @extends('admin.note_templates.view')
 @extends('admin.note_templates.view')
 @section('content-inner')
 @section('content-inner')
 
 
@@ -20,13 +18,11 @@
 <th>Section Template</th>
 <th>Section Template</th>
                 </tr>
                 </tr>
                 </thead>
                 </thead>
-                <tbody class="sortable" data-url="/api/noteTemplateSectionTemplate/sort">
+                <tbody>
                 @foreach($subRecords as $subRecord)
                 @foreach($subRecords as $subRecord)
-                    <tr data-uid="{{$subRecord->uid}}">
+                    <tr>
                         <td><a href="/note_template_section_templates/view/{{ $subRecord->uid }}"><i class="fas fa-share-square"></i></a></td>
                         <td><a href="/note_template_section_templates/view/{{ $subRecord->uid }}"><i class="fas fa-share-square"></i></a></td>
 <td><?= value_from_rs($result_section_templates, 'title', [['id', '=', $subRecord->section_template_id], ], 'all'); ?></td>
 <td><?= value_from_rs($result_section_templates, 'title', [['id', '=', $subRecord->section_template_id], ], 'all'); ?></td>
-
-                        <td><a href=""><i class="fa fa-bars"></i></a></td>
                     </tr>
                     </tr>
                 @endforeach
                 @endforeach
                 </tbody>
                 </tbody>