diff options
author | git-marijus <mario@mariovavti.com> | 2017-07-29 23:32:48 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-07-29 23:32:48 +0200 |
commit | 8161ec88e5a2b9d1f7071dfed6a70c850e42ed4b (patch) | |
tree | 533197d28bdf0ddc1c194e0fdc27374d3720bcf6 /view/tpl/cloud_actionspanel.tpl | |
parent | 7b992decd4fdd670e6c01ea31a14e756974bf1a2 (diff) | |
download | volse-hubzilla-8161ec88e5a2b9d1f7071dfed6a70c850e42ed4b.tar.gz volse-hubzilla-8161ec88e5a2b9d1f7071dfed6a70c850e42ed4b.tar.bz2 volse-hubzilla-8161ec88e5a2b9d1f7071dfed6a70c850e42ed4b.zip |
implement file notification on initial upload and rename get_parent_cloudpath() to get_cloud_url() which now includes the filename
Diffstat (limited to 'view/tpl/cloud_actionspanel.tpl')
-rw-r--r-- | view/tpl/cloud_actionspanel.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index 0ebecce29..fc3e7f82f 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -26,6 +26,7 @@ <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"> + {{include file="field_checkbox.tpl" field=$notify}} <div class="pull-right btn-group"> <div class="btn-group"> {{if $lockstate}} |