diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-19 12:40:04 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-19 12:40:04 +0100 |
commit | ad9f5079cdef2dad629ef99751b03404f4acf0b2 (patch) | |
tree | 2bf7abfca7f493651a8732a2f2ad8572f8d1b569 | |
parent | 63683734a21e90149c464f7e9b03e7aedc29868e (diff) | |
download | volse-hubzilla-ad9f5079cdef2dad629ef99751b03404f4acf0b2.tar.gz volse-hubzilla-ad9f5079cdef2dad629ef99751b03404f4acf0b2.tar.bz2 volse-hubzilla-ad9f5079cdef2dad629ef99751b03404f4acf0b2.zip |
do not destroy page layout if feature_encrypt is not enabled
-rwxr-xr-x | view/tpl/comment_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index b62b31033..49c6af764 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -49,9 +49,9 @@ <!--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--> + </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> |