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/frontend/client/res/templates/fields/password/edit.tpl
T
Yuri Kuznetsov 9fdd0b9a86 hide passwords
2014-05-30 13:50:50 +03:00

8 lines
230 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}}">