Merge "Fixed portal footer alignment"
[portal.git] / portal-FE-common / src / app / layout / components / footer / footer.component.html
index d9fc990..93c529a 100644 (file)
  
   
   -->
-<footer>
+<footer class="portal-footer">
       <div id="footer-text"  class="footerText">
           <p class="copyright-text">
-            <a class="footer-link" href="//www.att.com/gen/privacy-policy?pid=2587" target="_blank">
-            &copy; 2018 AT&amp;T Intellectual Property.</a> All rights reserved. AT&T, the AT&T Globe logo and all other AT&T marks 
-            contained herein are trademarks of AT&T intellectual property and/or AT&T affiliated companies.
-      ECOMP Portal Version: {{buildVersion}}
-      <h2 style="color:white; text-align: center;" class="logo-title" id="at&amp;t"> <img src="assets/images/global.logo"> AT&amp;T</h2>
+            <a class="footer-link" href="{{footerLink}}" target="_blank">
+            {{footerLinkText}}</a> {{footerMessage}}
+            {{brandName}} Version: {{buildVersion}}
+      <h2 style="color:white; text-align: center;" class="logo-title"> 
+        <img *ngIf="(footerLogoImagePath !='')" src="{{footerLogoImagePath}}"> {{footerLogoText}}
+      </h2>
       </div>   
 </footer>
\ No newline at end of file