2024-08-24 18:23:27 +00:00
|
|
|
{{*
|
|
|
|
* Copyright (C) 2010-2024, the Friendica project
|
|
|
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
*}}
|
2016-06-12 18:09:02 +00:00
|
|
|
<div id="id_{{$field.0}}_wrapper" class="form-group field input password">
|
2020-12-20 03:41:42 +00:00
|
|
|
<label for="id_{{$field.0}}" id="label_{{$field.0}}">{{$field.1}}{{if $field.4}} <span class="required" title="{{$field.4}}">*</span>{{/if}}</label>
|
2024-01-06 19:00:33 +00:00
|
|
|
<input class="form-control" name="{{$field.0}}" id="id_{{$field.0}}" type="password" value="{{$field.2}}" {{if $field.4}}required{{/if}} {{$field.5 nofilter}} {{if $field.6}}pattern="{{$field.6}}"{{/if}} aria-describedby="{{$field.0}}_tip">
|
2018-04-23 19:15:54 +00:00
|
|
|
{{if $field.3}}
|
2018-12-14 03:35:51 +00:00
|
|
|
<span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3 nofilter}}</span>
|
2018-04-23 19:15:54 +00:00
|
|
|
{{/if}}
|
2016-06-12 18:09:02 +00:00
|
|
|
<div class="clear"></div>
|
2016-04-25 23:01:10 +00:00
|
|
|
</div>
|