Clarity

  • 1.  Change header on the CAPA screen

    Posted Sep 07, 2016 11:28 PM

    Can we change the top left-hand side header on the CAPA screen using the UI Themes on the Admin side?

     

    Regards

    NJ



  • 2.  Re: Change header on the CAPA screen

    Broadcom Employee
    Posted Sep 08, 2016 05:01 AM

    Hi NJ

     

    It cannot be explicitely for CAPA, but entire header across application can be changed by changing the panel -header 

     

    .x-panel-header {
    color:#333;
    border:1px solid #d0d0d0;
    background-image:url(ui/ext/gxt/tngtheme/images/gray/panel/white-top-bottom.gif);
    }

     

    regards

    Suman Pramanik 



  • 3.  Re: Change header on the CAPA screen

    Posted Sep 08, 2016 09:55 AM

    I checked the theme, and this line is already there:

    .x-panel-header {
        color:#333;
        border:1px solid #d0d0d0;
        background-image:url(ui/ext/gxt/tngtheme/images/gray/panel/white-top-bottom.gif);
    }

     

    No luck



  • 4.  Re: Change header on the CAPA screen

    Posted Sep 09, 2016 09:48 AM

    I assume, you are referring to CAPA window. If so, I dont think the same clarity UI theme CSS is applicable for that window as well. I have observed the page source(html) of CAPA window and could not find any reference to the UI theme CSS. But lets hear if someone has any trick.



  • 5.  Re: Change header on the CAPA screen

    Posted Sep 09, 2016 10:11 AM

    "I assume, you are referring to CAPA window" - Yesssssssssss

     

    Am waiting for anyone who has been able to do this

     

    Regards

    NJ