This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/client/res/templates/fields/password/edit.tpl
T
2018-04-12 16:15:02 +03:00

8 lines
249 B
Smarty

{{#unless isNew}}
<a href="javascript:" data-action="change">{{translate 'change'}}</a>
{{/unless}}
<input type="password" class="main-element form-control {{#unless isNew}}hidden{{/unless}}" name="{{name}}" value="{{value}}" autocomplete="off">