diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-28 20:40:01 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-28 20:40:01 -0800 |
commit | e47c08ed72acd82ef455588f5dec3269a8030037 (patch) | |
tree | 315941a10972c5cb1214779a501bdaa2a0be2a68 /view/tpl/cloud_actionspanel.tpl | |
parent | e1a209a3da3913666c00398d3f9e249856a72e69 (diff) | |
download | volse-hubzilla-e47c08ed72acd82ef455588f5dec3269a8030037.tar.gz volse-hubzilla-e47c08ed72acd82ef455588f5dec3269a8030037.tar.bz2 volse-hubzilla-e47c08ed72acd82ef455588f5dec3269a8030037.zip |
more chunk
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 489632a4a..71ba2f687 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" multiple name="files"> + <input class="form-group pull-left" id="files-upload" type="file" name="files"> {{include file="field_checkbox.tpl" field=$notify}} <div class="pull-right btn-group"> <div class="btn-group"> |