Group comment editor icons
This commit is contained in:
parent
d65ad03aec
commit
e233e386b8
@ -21,7 +21,8 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
<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-group pull-left">
|
<div id="comment-edit-bb-{{$id}}" class="btn-toolbar pull-left">
|
||||||
|
<div class='btn-group'>
|
||||||
<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>
|
||||||
@ -37,6 +38,8 @@
|
|||||||
<button class="btn btn-default btn-xs" title="{{$edcode}}" onclick="insertbbcomment('{{$comment}}','code', {{$id}}); return false;">
|
<button class="btn btn-default btn-xs" title="{{$edcode}}" onclick="insertbbcomment('{{$comment}}','code', {{$id}}); return false;">
|
||||||
<i class="icon-terminal comment-icon"></i>
|
<i class="icon-terminal comment-icon"></i>
|
||||||
</button>
|
</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>
|
<i class="icon-camera comment-icon"></i>
|
||||||
</button>
|
</button>
|
||||||
@ -46,10 +49,13 @@
|
|||||||
<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>
|
<i class="icon-facetime-video comment-icon"></i>
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
{{if $feature_encrypt}}
|
{{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;">
|
<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>
|
<i class="icon-key comment-icon"></i>
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
{{/if}}
|
{{/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}}">
|
||||||
|
Reference in New Issue
Block a user