]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/field_password.tpl
8eaad3e01e091f0ce3e1d59ee049f50f4d05eb2b
[friendica.git] / view / theme / frost-mobile / smarty3 / field_password.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}    
6         <div class='field password' id='wrapper_{{$field.0}}'>
7                 <label for='id_{{$field.0}}'>{{$field.1}}</label><br />
8                 <input type='password' name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}">
9                 <span class='field_help'>{{$field.3}}</span>
10         </div>