aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/comment_item.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-11 18:56:28 -0700
committerfriendica <info@friendica.com>2015-03-11 18:56:28 -0700
commitb3a9a6c802170a15cc58fd3af966b35f81c50818 (patch)
treeda20d85fd49e75550acdfc4f4761b76b656489d8 /view/tpl/comment_item.tpl
parent48f99c9a608a7fdf93a3f5a76747e073d52e4d5e (diff)
downloadvolse-hubzilla-b3a9a6c802170a15cc58fd3af966b35f81c50818.tar.gz
volse-hubzilla-b3a9a6c802170a15cc58fd3af966b35f81c50818.tar.bz2
volse-hubzilla-b3a9a6c802170a15cc58fd3af966b35f81c50818.zip
remove the now redundant audio/video buttons and label the editor text style buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links.
Diffstat (limited to 'view/tpl/comment_item.tpl')
-rwxr-xr-xview/tpl/comment_item.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl
index c9a3c451c..b62b31033 100755
--- a/view/tpl/comment_item.tpl
+++ b/view/tpl/comment_item.tpl
@@ -40,18 +40,18 @@
</button>
</div>
<div class='btn-group'>
- <button class="btn btn-default btn-xs" title="{{$edimg}}" 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-->
<button class="btn btn-default btn-xs" title="{{$edurl}}" onclick="insertCommentURL('{{$comment}}',{{$id}}); return false;">
<i class="icon-link comment-icon"></i>
</button>
- <button class="btn btn-default btn-xs" title="{{$edvideo}}" onclick="insertbbcomment('{{$comment}}','video', {{$id}}); return false;">
+ <!--button class="btn btn-default btn-xs" title="{{$edvideo}}" onclick="insertbbcomment('{{$comment}}','video', {{$id}}); return false;">
<i class="icon-facetime-video comment-icon"></i>
- </button>
- </div>
+ </button-->
+ <!--/div-->
{{if $feature_encrypt}}
- <div class='btn-group'>
+ <!--div class='btn-group'-->
<button class="btn btn-default btn-xs" title="{{$encrypt}}" onclick="red_encrypt('{{$cipher}}','#comment-edit-text-' + '{{$id}}',''); return false;">
<i class="icon-key comment-icon"></i>
</button>