streams/view/tpl/field_password.tpl
2015-01-01 11:33:00 +01:00

5 lines
243 B
Smarty
Executable file

<div class='field password'>
<label class="mainlabel" 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>