Rearranged comment buttons
This commit is contained in:
parent
75c10eaff5
commit
1d8cac6e73
23
view/tpl/comment_item.tpl
Executable file → Normal file
23
view/tpl/comment_item.tpl
Executable file → Normal file
@ -22,7 +22,20 @@
|
|||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
<div id="comment-tools-{{$id}}" class="comment-tools">
|
<div id="comment-tools-{{$id}}" class="comment-tools">
|
||||||
<div id="comment-edit-bb-{{$id}}" class="btn-toolbar pull-left">
|
<div id="comment-edit-bb-{{$id}}" class="btn-toolbar pull-left">
|
||||||
|
{{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>
|
||||||
|
</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;">
|
<button class="btn btn-default btn-xs" title="{{$edbold}}" onclick="insertbbcomment('{{$comment}}','b', {{$id}}); return false;">
|
||||||
<i class="icon-bold comment-icon"></i>
|
<i class="icon-bold comment-icon"></i>
|
||||||
</button>
|
</button>
|
||||||
@ -40,9 +53,6 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class='btn-group'>
|
<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;">
|
<button class="btn btn-default btn-xs" title="{{$edurl}}" onclick="insertCommentURL('{{$comment}}',{{$id}}); return false;">
|
||||||
<i class="icon-link comment-icon"></i>
|
<i class="icon-link comment-icon"></i>
|
||||||
</button>
|
</button>
|
||||||
@ -50,13 +60,6 @@
|
|||||||
<i class="icon-facetime-video comment-icon"></i>
|
<i class="icon-facetime-video comment-icon"></i>
|
||||||
</button-->
|
</button-->
|
||||||
</div>
|
</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>
|
||||||
<div class="btn-group pull-right" id="comment-edit-submit-wrapper-{{$id}}">
|
<div class="btn-group pull-right" id="comment-edit-submit-wrapper-{{$id}}">
|
||||||
{{if $preview}}
|
{{if $preview}}
|
||||||
|
Reference in New Issue
Block a user