diff options
author | friendica <info@friendica.com> | 2014-07-25 01:13:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-25 01:13:08 -0700 |
commit | 52fa84135c261f820a8ac45d4d5a63ffd97d45e2 (patch) | |
tree | 37de65c9eb94b6f96c7aaa41cdea72f0274222bc /view | |
parent | 18f5890cb14e7c40909fdb92bffefee3415ba411 (diff) | |
download | volse-hubzilla-52fa84135c261f820a8ac45d4d5a63ffd97d45e2.tar.gz volse-hubzilla-52fa84135c261f820a8ac45d4d5a63ffd97d45e2.tar.bz2 volse-hubzilla-52fa84135c261f820a8ac45d4d5a63ffd97d45e2.zip |
wrong label on icon
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/comment_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 423d13d88..351cc8e14 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -37,7 +37,7 @@ <button class="btn btn-default btn-xs" title="{{$edcode}}" onclick="insertbbcomment('{{$comment}}','code', {{$id}}); return false;"> <i class="icon-terminal comment-icon"></i> </button> - <button class="btn btn-default btn-xs" title="{{$comment}}" onclick="insertbbcomment('{{$comment}}','img', {{$id}}); return false;"> + <button class="btn btn-default btn-xs" title="{{$edimg}}" onclick="insertbbcomment('{{$comment}}','img', {{$id}}); return false;"> <i class="icon-camera comment-icon"></i> </button> <button class="btn btn-default btn-xs" title="{{$edurl}}" onclick="insertbbcomment('{{$comment}}','url', {{$id}}); return false;"> |