Refactoring, change menu, add many features

This commit is contained in:
Ludovic CANDELLIER
2021-10-30 02:22:51 +02:00
parent fae7b7897f
commit e356b3fcda
158 changed files with 1114 additions and 412 deletions

View File

@@ -0,0 +1 @@
<input type="file" name="{{ $name }}" id="{{ $id_name ?? $name }}" class="{{ $class ?? 'fileinput' }}" data-show-upload="{{ $show_upload ?? false }}" data-show-caption="{{ $show_caption ?? true }}" data-msg-placeholder="{{ $placeholder ?? __('choose_a_file') }}">