diff options
author | marijus <mario@mariovavti.com> | 2015-01-03 13:42:05 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-03 13:42:05 +0100 |
commit | 0779e3ae53161843110610eba27380bfab0b2dd0 (patch) | |
tree | 7c4f8a2df45d47218098aa95c63b839d08817768 /view | |
parent | 3e073f4b626ce5e12f3c9412afa5505ac26e5a9b (diff) | |
download | volse-hubzilla-0779e3ae53161843110610eba27380bfab0b2dd0.tar.gz volse-hubzilla-0779e3ae53161843110610eba27380bfab0b2dd0.tar.bz2 volse-hubzilla-0779e3ae53161843110610eba27380bfab0b2dd0.zip |
provide some info for buttons
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/attach_edit.tpl | 4 |
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> |