diff --git a/UI/Templates/PreferencesUI/UIxAccountEditor.wox b/UI/Templates/PreferencesUI/UIxAccountEditor.wox index 014cdd635..2d6599f65 100644 --- a/UI/Templates/PreferencesUI/UIxAccountEditor.wox +++ b/UI/Templates/PreferencesUI/UIxAccountEditor.wox @@ -17,66 +17,83 @@ + ng-readonly="$AccountDialogController.accountId == 0" + ng-model="$AccountDialogController.account.name"/> + ng-readonly="$AccountDialogController.accountId == 0" + ng-model="$AccountDialogController.account.serverName"/> + ng-readonly="$AccountDialogController.accountId == 0" + ng-model="$AccountDialogController.account.port"/> - - - - + + + + + ng-readonly="$AccountDialogController.accountId == 0" + ng-model="$AccountDialogController.account.userName"/> - + + ng-readonly="$AccountDialogController.customFromIsReadonly()" + ng-model="$AccountDialogController.account.identities[0].fullName"/> + ng-readonly="$AccountDialogController.customFromIsReadonly()" + ng-model="$AccountDialogController.account.identities[0].email"/> - + - - - - - + + + + + +
+ + +
- + @@ -84,7 +101,7 @@