aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/comment_item.tpl
diff options
context:
space:
mode:
authorTreer <treer.git@the-bordello.com>2016-05-01 05:59:02 +1000
committerTreer <treer.git@the-bordello.com>2016-05-01 05:59:02 +1000
commit17dba9542ad2745025550cefc28d38aa84a69c0d (patch)
tree5a97c0878e5ee43c931d0d50b27fb4b87369698a /view/tpl/comment_item.tpl
parent2f74f9eb401d03b6eb8f8e12b80a7b8f4a989dd2 (diff)
downloadvolse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.tar.gz
volse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.tar.bz2
volse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.zip
update icon names in view/
Diffstat (limited to 'view/tpl/comment_item.tpl')
-rwxr-xr-xview/tpl/comment_item.tpl20
1 files changed, 10 insertions, 10 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl
index 0c0cb984c..1d8bd671d 100755
--- a/view/tpl/comment_item.tpl
+++ b/view/tpl/comment_item.tpl
@@ -24,36 +24,36 @@
<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;">
- <i class="icon-bold comment-icon"></i>
+ <i class="fa fa-bold comment-icon"></i>
</button>
<button class="btn btn-default btn-xs" title="{{$editalic}}" onclick="insertbbcomment('{{$comment}}','i', {{$id}}); return false;">
- <i class="icon-italic comment-icon"></i>
+ <i class="fa fa-italic comment-icon"></i>
</button>
<button class="btn btn-default btn-xs" title="{{$eduline}}" onclick="insertbbcomment('{{$comment}}','u', {{$id}}); return false;">
- <i class="icon-underline comment-icon"></i>
+ <i class="fa fa-underline comment-icon"></i>
</button>
<button class="btn btn-default btn-xs" title="{{$edquote}}" onclick="insertbbcomment('{{$comment}}','quote', {{$id}}); return false;">
- <i class="icon-quote-left comment-icon"></i>
+ <i class="fa fa-quote-left comment-icon"></i>
</button>
<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="fa fa-terminal comment-icon"></i>
</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>
+ <i class="fa fa-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>
+ <i class="fa fa-link comment-icon"></i>
</button>
<!--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="fa fa-video-camera 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>
+ <i class="fa fa-key comment-icon"></i>
</button>
</div>
{{/if}}
@@ -62,7 +62,7 @@
<div class="btn-group pull-right" id="comment-edit-submit-wrapper-{{$id}}">
{{if $preview}}
<button id="comment-edit-presubmit-{{$id}}" class="btn btn-default btn-xs" onclick="preview_comment({{$id}}); return false;" title="{{$preview}}">
- <i class="icon-eye-open comment-icon" ></i>
+ <i class="fa fa-eye comment-icon" ></i>
</button>
{{/if}}
<button id="comment-edit-submit-{{$id}}" class="btn btn-primary btn-xs" type="submit" name="button-submit" onclick="post_comment({{$id}}); return false;">{{$submit}}</button>