CA Service Management

  • 1.  Logo shifting to right side

    Posted Aug 23, 2017 05:31 PM

    Hello  Team

     

    I need to set the logo on the right side just above the 'employee set role'(refer screenshot for better understanding). How can I place this?? in which file I need to do changes so then my company logo seen on the right side and Not on left side as by default.

     

    PLease advise

     



  • 2.  Re: Logo shifting to right side

    Broadcom Employee
    Posted Aug 23, 2017 05:46 PM

    Aamir, take a look at file gobtn.html. This file is located in $NX_ROOT\bopcfg\www\wwwroot\html. If you want to customize it, you can copy it over to $NX_ROOT\site\mods\www\wwwroot\html and modify the copy. Thanks _Chi



  • 3.  Re: Logo shifting to right side

    Posted Aug 24, 2017 03:10 AM

    Hi Chi CHen

     

    Can you please tell exactly where to change in this file?



  • 4.  Re: Logo shifting to right side

    Broadcom Employee
    Posted Aug 24, 2017 11:33 AM

    Aamir, the logo and product name are generated by html = generate_logo_product_name_html(); in this file. You could

    comment out this line and add your own html tag to display the image to the far right. Or you can modify this function

    generate_logo_product_name_html in std_head.js file. Thanks _Chi