Video Categories
Manage Video Categories    
{if $edit_category != "show"}
{assign var=useSubs value=func->config(use_subs)} {if $useSubs == 1} {/if}
  * are required fields
Category Name*
Category Description*
Parent Category {cbCategories output="dropdown" name="parent_cat" id="parent_cat" blank_option=TRUE echo=TRUE type="video"}
Make Default Category


Category Thumb
 
{/if} {if $edit_category == "show"}
  * are required fields
Category Name*
Category Description*
Parent Category {cbCategories output="dropdown" selected=$cat_details.parent_id name="parent_cat" id="parent_cat" blank_option=TRUE type="video" echo=TRUE}
Make Default Category


Category Thumb
{/if}
Category List
{if $total != 0}
{assign var = bgcolor value = ""} {section name=list loop=$category} {if $category[list].parent_id == "0"} {assign var=p_name value="None"} {else} {assign var=p_name value=$cbvid->get_category_field($category[list].parent_id,'category_name')} {/if} {if $bgcolor == ""} {assign var = bgcolor value = "#EEEEEE"} {else} {assign var = bgcolor value = ""} {/if} {/section}
Category Name Order Parent Category Description Default Action  
{$category[list].category_name} - View Thumb {$p_name} {if $category[list].category_desc}{$category[list].category_desc}{else}N/A{/if} {$category[list].isdefault}
  • Edit
  • Delete
  • {if $category[list].isdefault!="yes"}
  • Make Default
  • {/if}
     
    {else} No Category Has Been Created Yet {/if}