diff --git a/upload/admin_area/styles/cb_2014/layout/add_group_videos.html b/upload/admin_area/styles/cb_2014/layout/add_group_videos.html new file mode 100644 index 00000000..a17b8fb7 --- /dev/null +++ b/upload/admin_area/styles/cb_2014/layout/add_group_videos.html @@ -0,0 +1,41 @@ +{include file="$style_dir/blocks/group/group_left.html"} +
+
{$group.group_name}
+
+ +
+ {if $usr_vids} +
{lang code='grp_add_vdo_msg'}
+
+ + {foreach from=$usr_vids item=video} + {if $cbgroup->is_group_video($video.videoid,$group.group_id)} + {assign var='check_this' value='yes'} + {else} + {assign var='check_this' value=''} + {/if} + {include file="$style_dir/blocks/video.html" video=$video display_type='add_type'} + {/foreach} + +
+ {include file="$style_dir/blocks/pagination.html"} +
+ +
+
+ + {else} +
{lang code='you_dont_have_any_videos'}
+ {/if} + +
+
+
+ +{include file="$style_dir/blocks/group/group_right.html"} \ No newline at end of file