Video Manager

Manage all your videos here, change categories , delete and edit. Read more
{foreach $videos as $video} {/foreach}
# Thumb Video Uploader Status Date
{$video.videoid} {$video.title} {if $video.status=='Successful'} ({$video.duration|SetTime}) {/if} {if $video.broadcast!='public'}    {/if}
{if $video.active=='yes'} {lang code='Active'} {else} {lang code='Inactive'} {/if} {if $video.featured=='yes'} Featured {/if}
{$video.username} {$video.status} {$video.date_added|niceTime}
{if !$videos}
{lang code='There are no videos....'}
{/if}
{include file="$style_dir/blocks/pagination.html" }