Initial commit
This commit is contained in:
1
client/res/templates/fields/password/detail.tpl
Normal file
1
client/res/templates/fields/password/detail.tpl
Normal file
@@ -0,0 +1 @@
|
||||
**********
|
||||
11
client/res/templates/fields/password/edit.tpl
Normal file
11
client/res/templates/fields/password/edit.tpl
Normal file
@@ -0,0 +1,11 @@
|
||||
{{#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}}
|
||||
>
|
||||
Reference in New Issue
Block a user