better collection handlich in backend
This commit is contained in:
parent
324eacf061
commit
50bcae442e
24 changed files with 623 additions and 68 deletions
|
@ -9,6 +9,11 @@
|
|||
{{ Form::text('label', null, ['class' => 'form-control']) }}
|
||||
<em>*</em>
|
||||
</div>
|
||||
<div class="pure-control-group">
|
||||
{{ Form::label('description', 'description') }}
|
||||
{{ Form::textarea('description', null, ['class' => 'form-control', 'size' => '70x6']) }}
|
||||
<em>*</em>
|
||||
</div>
|
||||
{{ Form::submit($submitButtonText, ['class' => 'pure-button button-small']) }}
|
||||
</fieldset>
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue