do not destroy page layout if feature_encrypt is not enabled

This commit is contained in:
Mario Vavti 2015-03-19 12:40:04 +01:00
parent 63683734a2
commit ad9f5079cd

View file

@ -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>