aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/field_password.tpl
blob: c9f4c5f6d378d912a122d7fdcf314ac68e3447be (plain) (blame)
1
2
3
4
5
	<div class='form-group field password'>
		<label for='id_{{$field.0}}'>{{$field.1}}</label>
		<input class="form-control" type='password' name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}">
		<span class='help-block'>{{$field.3}}</span>
	</div>