|
|
|
|
@ -60,14 +60,14 @@
|
|
|
|
|
'<input type="checkbox" name="showPassword" id="showPassword-{{cid}}" class="checkbox showPasswordCheckbox" {{#if isPasswordSet}}checked="checked"{{/if}} value="1" />' +
|
|
|
|
|
'<label for="showPassword-{{cid}}">{{enablePasswordLabel}}</label>' +
|
|
|
|
|
' {{/if}}' +
|
|
|
|
|
'<div id="linkPass" class="linkPass {{#unless isPasswordSet}}hidden{{/unless}}">' +
|
|
|
|
|
'<div id="linkPass" class="oneline linkPass {{#unless isPasswordSet}}hidden{{/unless}}">' +
|
|
|
|
|
' <label for="linkPassText-{{cid}}" class="hidden-visually">{{passwordLabel}}</label>' +
|
|
|
|
|
' {{#if showPasswordCheckBox}}' +
|
|
|
|
|
' <input id="linkPassText-{{cid}}" class="linkPassText" type="password" placeholder="{{passwordPlaceholder}}" />' +
|
|
|
|
|
' {{else}}' +
|
|
|
|
|
' <input id="linkPassText-{{cid}}" class="linkPassText" type="password" placeholder="{{passwordPlaceholderInitial}}" />' +
|
|
|
|
|
' {{/if}}' +
|
|
|
|
|
' <span class="icon-loading-small hidden"></span>' +
|
|
|
|
|
' <span class="icon icon-loading-small hidden"></span>' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
'{{else}}' +
|
|
|
|
|
// FIXME: this doesn't belong in this view
|
|
|
|
|
|