diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-28 17:37:18 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-28 17:37:18 -0800 |
commit | 76703dee8481075a44b254a548bb29b49530d0ad (patch) | |
tree | b357716a3b0d1dc39b3855fe1839dbf03aa4ba7a /view/tpl/cloud_actionspanel.tpl | |
parent | df45c13f622d01241ac96b2f16cb964ba688d72c (diff) | |
download | volse-hubzilla-76703dee8481075a44b254a548bb29b49530d0ad.tar.gz volse-hubzilla-76703dee8481075a44b254a548bb29b49530d0ad.tar.bz2 volse-hubzilla-76703dee8481075a44b254a548bb29b49530d0ad.zip |
more chunk work
Diffstat (limited to 'view/tpl/cloud_actionspanel.tpl')
-rw-r--r-- | view/tpl/cloud_actionspanel.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index fc3e7f82f..489632a4a 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -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="userfile"> + <input class="form-group pull-left" id="files-upload" type="file" multiple name="files"> {{include file="field_checkbox.tpl" field=$notify}} <div class="pull-right btn-group"> <div class="btn-group"> |