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/photos_recent.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/photos_recent.tpl')
-rwxr-xr-x | view/tpl/photos_recent.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl index a9574aade..d24b362f8 100755 --- a/view/tpl/photos_recent.tpl +++ b/view/tpl/photos_recent.tpl @@ -2,7 +2,7 @@ <div class="section-title-wrapper"> <div class="pull-right"> {{if $can_post}} - <button class="btn btn-sm btn-success acl-form-trigger" title="{{$usage}}" onclick="openClose('photo-upload-form');" data-form_id="photos-upload-form"><i class="fa fa-arrow-circle-o-up"></i> {{$upload.0}}</button> + <button class="btn btn-sm btn-success acl-form-trigger" title="{{$usage}}" onclick="openClose('photo-upload-form');" data-form_id="photos-upload-form"><i class="fa fa-plus-circle"></i> {{$upload.0}}</button> {{/if}} </div> <h2>{{$title}}</h2> |