Merge pull request #5128 from tobiasd/20180525-5067
[friendica.git/.git] / view / theme / frost-mobile / templates / field_input.tpl
1         
2         <div class='field input' id='wrapper_{{$field.0}}'>
3                 <label for='id_{{$field.0}}'>{{$field.1}}</label><br />
4                 <input name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2}}">
5                 <span class='field_help'>{{$field.3}}</span>
6         </div>