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


                                                                                      
                                    
                         
                                                            
              
	<div class='form-group field select'>
		<label for='id_{{$field.0}}'>{{$field.1}}</label>
		<select class="form-control" name='{{$field.0}}' id='id_{{$field.0}}'>
			{{$field.4}}
		</select>
		<span class='help-block'>{{$field.3}}</span>
	</div>