aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-19 12:40:04 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-19 12:40:04 +0100
commitad9f5079cdef2dad629ef99751b03404f4acf0b2 (patch)
tree2bf7abfca7f493651a8732a2f2ad8572f8d1b569 /view/tpl
parent63683734a21e90149c464f7e9b03e7aedc29868e (diff)
downloadvolse-hubzilla-ad9f5079cdef2dad629ef99751b03404f4acf0b2.tar.gz
volse-hubzilla-ad9f5079cdef2dad629ef99751b03404f4acf0b2.tar.bz2
volse-hubzilla-ad9f5079cdef2dad629ef99751b03404f4acf0b2.zip
do not destroy page layout if feature_encrypt is not enabled
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/comment_item.tpl4
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>