diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-07 13:29:36 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-07 13:29:36 +0200 |
commit | 4d08fcf1a7075c933c8b57b9bf1d66acbb19ec07 (patch) | |
tree | 62e38c58f072bc53e565d8d7679806154772b5d6 /view/tpl/cloud_header.tpl | |
parent | 4499ee178f5ae7238fe1d3bd4bcc5060111f546a (diff) | |
download | volse-hubzilla-4d08fcf1a7075c933c8b57b9bf1d66acbb19ec07.tar.gz volse-hubzilla-4d08fcf1a7075c933c8b57b9bf1d66acbb19ec07.tar.bz2 volse-hubzilla-4d08fcf1a7075c933c8b57b9bf1d66acbb19ec07.zip |
Use Add Files/Photos instead of Upload to open the upload dialog
Diffstat (limited to 'view/tpl/cloud_header.tpl')
-rw-r--r-- | view/tpl/cloud_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cloud_header.tpl b/view/tpl/cloud_header.tpl index 307dc8956..642fb1866 100644 --- a/view/tpl/cloud_header.tpl +++ b/view/tpl/cloud_header.tpl @@ -6,7 +6,7 @@ <a href="/sharedwithme" class="btn btn-sm btn-outline-secondary"><i class="fa fa-cloud-download"></i> {{$shared}}</a> {{/if}} <button id="files-create-btn" class="btn btn-sm btn-primary" onclick="openClose('files-mkdir-tools'); closeMenu('files-upload-tools');"><i class="fa fa-folder-o"></i> {{$create}}</button> - <button id="files-upload-btn" class="btn btn-sm btn-success" onclick="openClose('files-upload-tools'); closeMenu('files-mkdir-tools');"><i class="fa fa-arrow-circle-o-up"></i> {{$upload}}</button> + <button id="files-upload-btn" class="btn btn-sm btn-success" onclick="openClose('files-upload-tools'); closeMenu('files-mkdir-tools');"><i class="fa fa-plus-circle"></i> {{$upload}}</button> {{/if}} </div> |