From ead67ba3746c865b31639e115dc5566f71f8134f Mon Sep 17 00:00:00 2001 From: Steven Zou Date: Fri, 31 Mar 2017 15:00:49 +0800 Subject: [PATCH] fix copyrights and icon color issues --- .../config/auth/config-auth.component.html | 14 +-- .../src/app/config/config.component.html | 118 +++++++++--------- .../config/email/config-email.component.html | 2 +- src/ui_ng/src/i18n/lang/en-us-lang.json | 2 +- src/ui_ng/src/i18n/lang/zh-cn-lang.json | 2 +- 5 files changed, 69 insertions(+), 69 deletions(-) diff --git a/src/ui_ng/src/app/config/auth/config-auth.component.html b/src/ui_ng/src/app/config/auth/config-auth.component.html index 0341c84af..b59f94b62 100644 --- a/src/ui_ng/src/app/config/auth/config-auth.component.html +++ b/src/ui_ng/src/app/config/auth/config-auth.component.html @@ -9,7 +9,7 @@ - + {{'CONFIG.TOOLTIP.AUTH_MODE' | translate}} @@ -40,7 +40,7 @@ - + {{'CONFIG.TOOLTIP.LDAP_SEARCH_DN' | translate}} @@ -68,7 +68,7 @@ - + {{'CONFIG.TOOLTIP.LDAP_BASE_DN' | translate}} @@ -95,7 +95,7 @@ - + {{'CONFIG.TOOLTIP.LDAP_UID' | translate}} @@ -109,7 +109,7 @@ - + {{'CONFIG.TOOLTIP.LDAP_SCOPE' | translate}} @@ -124,7 +124,7 @@ - + {{'CONFIG.TOOLTIP.PRO_CREATION_RESTRICTION' | translate}} @@ -132,7 +132,7 @@ - + {{'CONFIG.TOOLTIP.SELF_REGISTRATION' | translate}} diff --git a/src/ui_ng/src/app/config/config.component.html b/src/ui_ng/src/app/config/config.component.html index 7cfc10599..5616d5459 100644 --- a/src/ui_ng/src/app/config/config.component.html +++ b/src/ui_ng/src/app/config/config.component.html @@ -1,48 +1,48 @@
-
-

{{'CONFIG.TITLE' | translate }}

- - -
- -
-
-
-
-
- - - - - {{'CONFIG.TOOLTIP.VERIFY_REMOTE_CERT' | translate }} - - -
-
-
-
-
- -
-
-
-
-
- -
+ +
+
+ + + + + +
-
\ No newline at end of file diff --git a/src/ui_ng/src/app/config/email/config-email.component.html b/src/ui_ng/src/app/config/email/config-email.component.html index f00bb96d6..845f5cb40 100644 --- a/src/ui_ng/src/app/config/email/config-email.component.html +++ b/src/ui_ng/src/app/config/email/config-email.component.html @@ -63,7 +63,7 @@ - + {{'CONFIG.SSL_TOOLTIP' | translate}} diff --git a/src/ui_ng/src/i18n/lang/en-us-lang.json b/src/ui_ng/src/i18n/lang/en-us-lang.json index d2badf012..9d96bea4e 100644 --- a/src/ui_ng/src/i18n/lang/en-us-lang.json +++ b/src/ui_ng/src/i18n/lang/en-us-lang.json @@ -397,7 +397,7 @@ "ABOUT": { "VERSION": "Version", "BUILD": "Build", - "COPYRIGHT": "Copyright 1998-2016 VMware. Inc. All rights reserved. This product is protected by U.S. and international property laws. VMware products are covered by one or more patents listed at", + "COPYRIGHT": "Copyright 1998-2017 VMware. Inc. All rights reserved. This product is protected by U.S. and international property laws. VMware products are covered by one or more patents listed at", "TRADEMARK": "VMware is a registered trademark or trademark of VMware. Inc. in the United States and other jurisdictions. All other marks and names mentioned herein may be trademark of their respective companies.", "END_USER_LICENSE": "End User License Agreement", "OPEN_SOURCE_LICENSE": "Open Source/Third Party License" diff --git a/src/ui_ng/src/i18n/lang/zh-cn-lang.json b/src/ui_ng/src/i18n/lang/zh-cn-lang.json index 507e28e79..83028fd80 100644 --- a/src/ui_ng/src/i18n/lang/zh-cn-lang.json +++ b/src/ui_ng/src/i18n/lang/zh-cn-lang.json @@ -397,7 +397,7 @@ "ABOUT": { "VERSION": "版本", "BUILD": "构建", - "COPYRIGHT": "Copyright 1998-2016 VMware. Inc. All rights reserved. This product is protected by U.S. and international property laws. VMware products are covered by one or more patents listed at", + "COPYRIGHT": "Copyright 1998-2017 VMware. Inc. All rights reserved. This product is protected by U.S. and international property laws. VMware products are covered by one or more patents listed at", "TRADEMARK": "Vmware is a registered trademark or trademark of VMware. Inc. in the United States and other jurisdictions. All other marks and names mentioned herein may be trademark of their respective companies.", "END_USER_LICENSE": "终端用户许可协议", "OPEN_SOURCE_LICENSE": "开源/第三方许可协议"