Clarity

  • 1.  Add a message on Login Screen

    Posted Dec 18, 2017 03:50 AM

    I need to add a message on login page. I tried all the methods of creating a new UI theme with the message , change in clarity_main.min.js or cahnges in login.css but failed.

    i am using 13.2 clarity. We need to put a migration message for this.

     

    used the code like:

     

    CA PPM Studio UI Themes - CA PPM - 14.4 - CA Technologies Documentation

    /* The login service message */ #ppm_login_message_top span:before{   content: "Migrated.Not Available"; }


  • 2.  Re: Add a message on Login Screen

    Posted Dec 18, 2017 04:06 AM


  • 3.  Re: Add a message on Login Screen

    Broadcom Employee
    Posted Dec 18, 2017 04:16 AM

    Hi,

     

    I am using ppm 15.3 and I modified UI Theme as followings. It is working as expected.

    --- I don't know it is working in 13.2.

     

    /* The login service messages */
    #ppm_login_message_top span:before, #ppm_login_message_bottom span:before{
    content: "This is login message test";
    }

     

    After modification, I can see the messages in login screen.

     

    Regards,

    Shoichi



  • 4.  Re: Add a message on Login Screen

    Posted Dec 18, 2017 04:19 AM

    ^ A few things changed (were improved) between 13.x and 15.x with regard to customising the UI - the threads I linked were v13 I think though.

    ( i.e. the v15.3 solution is not going to work in v13.x  )



  • 5.  Re: Add a message on Login Screen

    Broadcom Employee
    Posted Dec 19, 2017 12:36 PM

    You're in the right place; the doc link was broken. The UI theme can be customized. See CA PPM Studio UI Themes.



  • 6.  Re: Add a message on Login Screen

    Posted Dec 20, 2017 12:32 AM

    This is working only for 13.3 v version.



  • 7.  Re: Add a message on Login Screen

    Posted Dec 19, 2017 03:46 PM

    Another option for on premise is to rework the index.html page in the tomcat-app-deploy\ROOT directory.  Keep a copy of your new index.html page as the NSA will overwrite in in some cases -- I just haven't bothered to update the ant script to keep it from happening.

     

    We do this to display a Monitoring Consent form along with a pair of Accept / Decline buttons.  The Accept button performs the redirect that was in the ootb index.html and Decline push the user off to the main intranet page.

     

    V/r,

    Gene