]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/field_password.tpl
frio: events - adapt changes to the templates of the other themes
[friendica.git] / view / theme / frio / templates / field_password.tpl
1
2 <div id="wrapper_{{$field.0}}" class="form-group field password">
3         <label for="id_{{$field.0}}">{{$field.1}}</label>
4         <input class="form-control" type="password" name="{{$field.0}}" id="id_{{$field.0}}" value="{{$field.2|escape:'html'}}"{{if $field.5}} {{$field.5}}{{/if}}>{{if $field.4}} <span class="required">{{$field.4}}</span> {{/if}}
5         <span id="{{$field.0}}_tip" class="help-block" role="tooltip">{{$field.3}}</span>
6 </div>