aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/channel_id_select.tpl
blob: ecebd4bc08ae3729c49bb1c3287f6b97f7f684e2 (plain) (tree)
1
2
3
4
5
6
7






                                                                                                                          
{{if $channels}}
<select name="dest_channel" id="dest-channel-select"> 
{{foreach $channels as $c}}
<option {{if $c.channel_id == $selected}}selected="selected"{{/if}} value="{{$c.channel_id}}">{{$c.channel_name}}</option>
{{/foreach}}
</select>
{{/if}}