diff --git a/resources/views/custom_fields/create_field.blade.php b/resources/views/custom_fields/create_field.blade.php index 57146d5088..13208e136a 100644 --- a/resources/views/custom_fields/create_field.blade.php +++ b/resources/views/custom_fields/create_field.blade.php @@ -36,18 +36,33 @@ - +
- {!! Form::customfield_elements('customfield_element', Input::old('customfield_element'), 'select2 form-control') !!} + {!! Form::customfield_elements('customfield_element', Input::old('customfield_element'), 'field_element select2 form-control') !!} + {!! $errors->first('customfield_element', ' :message') !!} - {!! $errors->first('element', ' :message') !!}
+ + +
@@ -62,27 +77,37 @@ + + +
+ + {{ Form::close() }}

About Custom Fields

Custom fields allow you to add arbitrary attributes to assets.

@@ -91,18 +116,43 @@ @section('moar_scripts') @stop