2013-04-23 13:47:57 +02:00
|
|
|
|
2013-06-01 18:42:51 +02:00
|
|
|
<div class='field password' id='wrapper_{{$field.0}}'>
|
2013-04-23 13:47:57 +02:00
|
|
|
<label for='id_{{$field.0}}'>{{$field.1}}</label>
|
2016-04-04 08:10:27 +02:00
|
|
|
<input type='password' name='{{$field.0}}' id='id_{{$field.0}}' value="{{$field.2|escape:'html'}}"{{if $field.4 eq 'required'}} required{{/if}}{{if $field.5 eq 'autofocus'}} autofocus{{/if}} aria-describedby='{{$field.0}}_tip'>
|
2018-04-23 20:59:08 +02:00
|
|
|
{{if $field.3}}
|
2016-04-04 08:10:27 +02:00
|
|
|
<span class='field_help' role='tooltip' id='{{$field.0}}_tip'>{{$field.3}}</span>
|
2018-04-23 20:59:08 +02:00
|
|
|
{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
</div>
|