File tree 1 file changed +5
-5
lines changed
src/Model/template/format
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 445
445
</ tfoot >
446
446
</ table >
447
447
{{/when}}
448
- {{#when config.type '===' 'files '}}
448
+ {{#when config.type '===' 'filelist '}}
449
449
< table
450
450
class ="table table-striped file-field "
451
451
data-do ="file-field "
487
487
</ td >
488
488
< td class ="file-field-name ">
489
489
{{this}}
490
- < input name ="{{../@key}} " type ="hidden " value ="{{this}} " />
490
+ < input name ="{{../@key}}[] " type ="hidden " value ="{{this}} " />
491
491
</ td >
492
492
< td class ="file-field-actions ">
493
493
< a class ="text-info file-field-move-up " href ="javascript:void(0) ">
634
634
</ td >
635
635
< td class ="file-field-name ">
636
636
{{this}}
637
- < input name ="{{../@key}} " type ="hidden " value ="{{this}} " />
637
+ < input name ="{{../@key}}[] " type ="hidden " value ="{{this}} " />
638
638
</ td >
639
639
< td class ="file-field-actions ">
640
640
< a class ="text-info file-field-move-up " href ="javascript:void(0) ">
641
641
< i class ="fas fa-arrow-up "> </ i >
642
642
</ a >
643
- '
643
+
644
644
< a class ="text-info file-field-move-down " href ="javascript:void(0) ">
645
645
< i class ="fas fa-arrow-down "> </ i >
646
646
</ a >
647
- '
647
+
648
648
< a class ="btn btn-danger file-field-remove " href ="javascript:void(0) ">
649
649
< i class ="fas fa-times "> </ i >
650
650
</ a >
You can’t perform that action at this time.
0 commit comments