Files
2026-01-19 17:46:06 +01:00

12 lines
351 B
Smarty

{{#unless isNew}}
<a role="button" tabindex="0" data-action="change">{{translate 'change'}}</a>
{{/unless}}
<input
type="password"
class="main-element form-control{{#unless isNew}} hidden{{/unless}}"
data-name="{{name}}"
value="{{value}}"
autocomplete="new-password"
{{#if params.maxLength}} maxlength="{{params.maxLength}}"{{/if}}
>