aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/field_select_raw.tpl
blob: 50e34985f61c79397eddf7fdafa50c909db4ca66 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                                          

                                  


                                                                 
                         
                                                            
              
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
	
	<div class='field select'>
		<label for='id_{{$field.0}}'>{{$field.1}}</label>
		<select name='{{$field.0}}' id='id_{{$field.0}}'>
			{{$field.4}}
		</select>
		<span class='field_help'>{{$field.3}}</span>
	</div>