You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
482 B

<h4>{$type|ucwords} {$show.title|escape:"htmlall"} in:</h4>
<form id="myshows" action="{$smarty.const.WWW_TOP}/myshows/do{$type}" method="post">
<input type="hidden" name="subpage" value="{$video}"/>
{if $from}<input type="hidden" name="from" value="{$from}" />{/if}
{html_checkboxes name='category' values=$cat_ids output=$cat_names selected=$cat_selected separator='<br />'}
<br/>
<input class="btn btn-primary" type="submit" name="{$type}" value="{$type|ucwords}"/>
</form>