aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/attach_edit.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-16 23:26:11 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-16 23:26:11 +0200
commit9addc4581edf594996151eaf514927d271f04da5 (patch)
tree26abc7f97994ee66c103ba6ded0c75168fbb1f6b /view/tpl/attach_edit.tpl
parent90d3a6c02dd12317c72ad790a1b6810f885f638c (diff)
downloadvolse-hubzilla-9addc4581edf594996151eaf514927d271f04da5.tar.gz
volse-hubzilla-9addc4581edf594996151eaf514927d271f04da5.tar.bz2
volse-hubzilla-9addc4581edf594996151eaf514927d271f04da5.zip
provide a separate input field for rpost attachments
Diffstat (limited to 'view/tpl/attach_edit.tpl')
-rw-r--r--view/tpl/attach_edit.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl
index f4be58db0..44d230ae0 100644
--- a/view/tpl/attach_edit.tpl
+++ b/view/tpl/attach_edit.tpl
@@ -7,12 +7,12 @@
{{if $isadir}}{{include file="field_checkbox.tpl" field=$recurse}}{{/if}}
<div id="attach-edit-tools-share" class="btn-group form-group">
{{if !$isadir}}
- <a href="/rpost?body=[attachment]{{$file.hash}},{{$file.revision}}[/attachment]" id="attach-btn" class="btn btn-default btn-xs" title="{{$attach_btn_title}}">
- <i class="icon-paperclip jot-icons"></i>
+ <a href="/rpost?attachment=[attachment]{{$file.hash}},{{$file.revision}}[/attachment]" id="attach-btn" class="btn btn-default btn-xs" title="{{$attach_btn_title}}">
+ <i class="icon-share jot-icons"></i>
</a>
{{/if}}
<button id="link-btn" class="btn btn-default btn-xs" type="button" onclick="openClose('link-code');" title="{{$link_btn_title}}">
- <i class="icon-share jot-icons"></i>
+ <i class="icon-link jot-icons"></i>
</button>
</div>
<div id="attach-edit-perms" class="btn-group pull-right">