1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-14 03:04:43 +00:00
friendica-github/view/templates/field_password.tpl
2013-06-01 10:42:51 -06:00

6 lines
253 B
Smarty

<div class='field password' id='wrapper_{{$field.0}}'>
<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>