From abacd9f645e4089086ebcca82fb76b814ca44bb6 Mon Sep 17 00:00:00 2001 From: Saqib Razzaq Date: Thu, 4 Jun 2015 07:14:07 +0000 Subject: [PATCH] Message for no videos condition --- upload/styles/cb_27/layout/user_videos.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/upload/styles/cb_27/layout/user_videos.html b/upload/styles/cb_27/layout/user_videos.html index 64b7207b..1a4be785 100644 --- a/upload/styles/cb_27/layout/user_videos.html +++ b/upload/styles/cb_27/layout/user_videos.html @@ -1,6 +1,8 @@ {lang code='channel' assign='object_type'} {include file="$style_dir/global_header.html"} {include file="$style_dir/header.html"} + +
@@ -9,7 +11,7 @@ {$u.username|capitalize} ({$category.category_name})
{if !$isSubscribed && $p.allow_subscription!='no'} - + {elseif $isSubscribed} {lang code='unsubscribe'} @@ -20,6 +22,7 @@ {/foreach}
+
@@ -64,7 +67,7 @@ {if !$videos} - {else} + {/if} {section name=v_list loop=$videos} {include file="$style_dir/blocks/video.html" video=$videos[v_list]} @@ -75,7 +78,6 @@
{/if} - {/if}