diff --git a/upload/admin_area/styles/cb_2014/layout/edit_video.html b/upload/admin_area/styles/cb_2014/layout/edit_video.html index c44480a6..217ae582 100644 --- a/upload/admin_area/styles/cb_2014/layout/edit_video.html +++ b/upload/admin_area/styles/cb_2014/layout/edit_video.html @@ -510,37 +510,50 @@ {ANCHOR place="after_video_edit" data=$data.videoid}
+
{foreach from=$comments item=comment} +
+ {if $comment != ''}
{foreach from=$users item=u}
Avatar
{/foreach} -
-
+
+
+ + + +
+
{$comment.date_added|date_format}
-
+ -
{$comment.comment}
-
- - - -
+
+ {$comment.comment} +
+ {else} +
+

No comments found !

+
+ {/if} + {/foreach}
- +