streams/view/tpl/field_password.tpl
2013-07-16 18:08:26 +01:00

5 lines
225 B
Smarty
Executable file

<div class='field password'>
<label for='id_{{$field.0}}'>{{$field.1}}</label>
<input type='password' name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}">
<span class='field_help'>{{$field.3}}</span>
</div>