From a2fef110167c6946f9615cb11678fae0e31a31ce Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 24 Apr 2018 16:25:10 -0700 Subject: [PATCH] Use Bootstrap Tables on custom fields screens for column selector --- resources/views/custom_fields/index.blade.php | 55 ++++++++++++++++--- 1 file changed, 46 insertions(+), 9 deletions(-) diff --git a/resources/views/custom_fields/index.blade.php b/resources/views/custom_fields/index.blade.php index 4477ac5681..a180acb2a0 100644 --- a/resources/views/custom_fields/index.blade.php +++ b/resources/views/custom_fields/index.blade.php @@ -20,7 +20,22 @@
- +
@@ -79,18 +94,36 @@ +
-
{{ trans('general.name') }}
+ +
+
- - - - - - - + + + + + + + @@ -131,9 +164,13 @@ @endforeach
{{ trans('general.name') }}Help TextEmailDB Field{{ trans('admin/custom_fields/general.field_format') }}{{ trans('admin/custom_fields/general.field_element_short') }}{{ trans('admin/custom_fields/general.fieldsets') }}{{ trans('general.name') }}Help TextEmailDB Field{{ trans('admin/custom_fields/general.field_format') }}{{ trans('admin/custom_fields/general.field_element_short') }}{{ trans('admin/custom_fields/general.fieldsets') }}
+
@stop +@section('moar_scripts') + @include ('partials.bootstrap-table') +@stop