summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/widgets/SyncOTPScreen.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-07-24 18:32:25 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-08-20 19:28:06 +0200
commitcba5247f99bca6eb8ed73b73f20cb9e9b3a45e91 (patch)
tree297cdf7cb813852c692e708ad29e9f88431beb3f /install/ui/src/freeipa/widgets/SyncOTPScreen.js
parenta94fc09b5747ff5ffc632d95b330470ed78ee0f5 (diff)
downloadfreeipa-cba5247f99bca6eb8ed73b73f20cb9e9b3a45e91.tar.gz
freeipa-cba5247f99bca6eb8ed73b73f20cb9e9b3a45e91.tar.xz
freeipa-cba5247f99bca6eb8ed73b73f20cb9e9b3a45e91.zip
webui: improved info msgs on login/token sync/reset pwd pages
- add info icons to distinguish and classify the messages. - add info text for OTP fields - fix login instruction inaccuracy related to position of login button https://fedorahosted.org/freeipa/ticket/4470 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/ui/src/freeipa/widgets/SyncOTPScreen.js')
-rw-r--r--install/ui/src/freeipa/widgets/SyncOTPScreen.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/widgets/SyncOTPScreen.js b/install/ui/src/freeipa/widgets/SyncOTPScreen.js
index 13c47ae88..f7e4fedab 100644
--- a/install/ui/src/freeipa/widgets/SyncOTPScreen.js
+++ b/install/ui/src/freeipa/widgets/SyncOTPScreen.js
@@ -179,6 +179,8 @@ define(['dojo/_base/declare',
constructor: function(spec) {
spec = spec || {};
+ this.aside = "<p>" + this.otp_info_msg + "</p>";
+
this.sync_fail = text.get(spec.sync_fail || '@i18n:password.otp_sync_fail',
this.sync_fail);