aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-04 00:48:17 -0800
committerfriendica <info@friendica.com>2015-01-04 00:48:17 -0800
commit9433a0ddc8926cc483521e97ae911d2eb82c91f6 (patch)
tree2c61d0a769ff851f078bef76961dfa4f5923a394 /view/tpl
parent028dff44cccc27db4140ad41fc4893d6cd6ad0f0 (diff)
parent753e6809d920f0205b49d45072c8a5bb687c1797 (diff)
downloadvolse-hubzilla-9433a0ddc8926cc483521e97ae911d2eb82c91f6.tar.gz
volse-hubzilla-9433a0ddc8926cc483521e97ae911d2eb82c91f6.tar.bz2
volse-hubzilla-9433a0ddc8926cc483521e97ae911d2eb82c91f6.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/attach_edit.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl
index 82f2a7628..0147d35ba 100644
--- a/view/tpl/attach_edit.tpl
+++ b/view/tpl/attach_edit.tpl
@@ -6,11 +6,11 @@
<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">
+ <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>
{{/if}}
- <button id="link-btn" class="btn btn-default btn-xs" type="button" onclick="openClose('link-code');">
+ <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>
</button>
</div>