diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-11 23:43:41 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-11-11 23:43:41 +0100 |
commit | 85e5cd7f98b05f5a5722d2abe0485454184a54f9 (patch) | |
tree | f280822dfb1f4bb89ff36623dd9e6f97f4d8174f /view | |
parent | 1d8cac6e73cea1cfbed76a7694150cff12582b4f (diff) | |
download | volse-hubzilla-85e5cd7f98b05f5a5722d2abe0485454184a54f9.tar.gz volse-hubzilla-85e5cd7f98b05f5a5722d2abe0485454184a54f9.tar.bz2 volse-hubzilla-85e5cd7f98b05f5a5722d2abe0485454184a54f9.zip |
Rearranged comment buttons back
Diffstat (limited to 'view')
-rwxr-xr-x[-rw-r--r--] | view/tpl/comment_item.tpl | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 9c8de8301..49c6af764 100644..100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -22,20 +22,7 @@ <div class="clear"></div> <div id="comment-tools-{{$id}}" class="comment-tools"> <div id="comment-edit-bb-{{$id}}" class="btn-toolbar pull-left"> - {{if $feature_encrypt}} - <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> - </div> - {{/if}} - <div class='btn-group'> -<!--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="{{$edbold}}" onclick="insertbbcomment('{{$comment}}','b', {{$id}}); return false;"> <i class="icon-bold comment-icon"></i> </button> @@ -53,6 +40,9 @@ </button> </div> <div class='btn-group'> + <!--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="insertCommentURL('{{$comment}}',{{$id}}); return false;"> <i class="icon-link comment-icon"></i> </button> @@ -60,6 +50,13 @@ <i class="icon-facetime-video comment-icon"></i> </button--> </div> + {{if $feature_encrypt}} + <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> + </div> + {{/if}} </div> <div class="btn-group pull-right" id="comment-edit-submit-wrapper-{{$id}}"> {{if $preview}} |