more chunk stuff
This commit is contained in:
parent
e47c08ed72
commit
d59c1bb6bf
@ -28,9 +28,9 @@ function UploadInit() {
|
||||
// data.submit();
|
||||
// },
|
||||
|
||||
// submit: function(e,data) {
|
||||
// data.submit();
|
||||
// },
|
||||
submit: function(e,data) {
|
||||
e.preventDefault();
|
||||
},
|
||||
|
||||
// done: function(e,data) {
|
||||
// addeditortext(data.result.message);
|
||||
|
@ -25,7 +25,7 @@
|
||||
<input type="hidden" name="channick" value="{{$channick}}" />
|
||||
<input type="hidden" name="return_url" value="{{$return_url}}" />
|
||||
<label for="files-upload">{{$upload_header}}</label>
|
||||
<input class="form-group pull-left" id="files-upload" type="file" name="files">
|
||||
<input class="form-group pull-left" id="files-upload" type="file" name="files[]" multiple>
|
||||
{{include file="field_checkbox.tpl" field=$notify}}
|
||||
<div class="pull-right btn-group">
|
||||
<div class="btn-group">
|
||||
|
Reference in New Issue
Block a user