From fecf9b43aae93cb87cbb853be2586ea455666be3 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 6 Jul 2022 17:31:48 +0300 Subject: [PATCH] tpl fix --- .../modals/password-change-request.tpl | 20 +++++++++++++++++-- .../views/modals/password-change-request.js | 5 +++-- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/client/res/templates/modals/password-change-request.tpl b/client/res/templates/modals/password-change-request.tpl index 163fe536c3..5ed7d0cd87 100644 --- a/client/res/templates/modals/password-change-request.tpl +++ b/client/res/templates/modals/password-change-request.tpl @@ -4,13 +4,29 @@
- +
- +
diff --git a/client/src/views/modals/password-change-request.js b/client/src/views/modals/password-change-request.js index ad3afea824..ac0f08993d 100644 --- a/client/src/views/modals/password-change-request.js +++ b/client/src/views/modals/password-change-request.js @@ -44,11 +44,12 @@ define('views/modals/password-change-request', 'views/modal', function (Dep) { { name: 'submit', label: 'Submit', - style: 'danger' + style: 'danger', }, { name: 'cancel', - label: 'Close' + label: 'Close', + pullLeft: true, } ];