diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-04-11 13:38:34 +0300 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-04-11 13:38:34 +0300 |
commit | fc879c5100d78eacddf75756984d72298ee4b48c (patch) | |
tree | feaf00033324a8123d97ac3b6dda9f0322f04e66 /vid-app-common/src | |
parent | 50726b09e940466b974aa04dc4381c52890a7c6f (diff) |
Fix license issues
Change-Id: Ic3eadf65b920a610b77c18317b0daad57e06b647
Issue-ID: VID-198
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-app-common/src')
-rw-r--r-- | vid-app-common/src/test/resources/WEB-INF/jsp/login.jsp | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/vid-app-common/src/test/resources/WEB-INF/jsp/login.jsp b/vid-app-common/src/test/resources/WEB-INF/jsp/login.jsp index f0ff58bd1..6b032a279 100644 --- a/vid-app-common/src/test/resources/WEB-INF/jsp/login.jsp +++ b/vid-app-common/src/test/resources/WEB-INF/jsp/login.jsp @@ -86,9 +86,9 @@ body { </style> </head> <body> - <!-- AT&T Logo --> + <!-- Logo --> <div class="logo"> - <img src="static/fusion/images/logo_att_header.jpg" alt="AT&T" /> + <img src="static/fusion/images/logo_att_header.jpg" alt="Logo" /> </div> <div class="login"> <img src="static/fusion/images/ecomp-login-550x360.jpg" /> @@ -109,16 +109,11 @@ body { <br /> <div id="footer"> <div class="terms"> - Warning: This system is restricted to AT&T authorized users for - business purposes. Unauthorized access is a violation of the law. <br /> - This service may be monitored for administrative and security - reasons. By proceeding, you consent to this monitoring. + </div> <p> <div class="terms"> - <a target="_top" href="http://www.att.com/terms/">Terms and - Conditions</a> | <a target="_top" href="http://www.att.com/privacy/">Privacy - Policy</a> <br> © 2017 AT&T. All rights reserved. + </div> </div> </body> |