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.
 
 
 
 
 
 

10 lines
552 B

<div class="row" style="background-color: white">
<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="{$rid}"/>
{if isset($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>
</div>