Jump to content
  • How to hide the Notification Options from Email Notification.


    Rutuja Bhalchandra Shinde
    • Product: JasperReports® Server

    Description :

    This article demonstrates the steps to hide the Email Notification option while creating a schedule in the JRS.

    notification-options_1.png.4dbcf4b51973dbf7718033ecf6fc9aaf.png

    Resolution :

    1) To hide the Email Notification option you will need to create a new theme.

    2) To create a new theme, go to the repository and right-click Theme, and click 'Add Folder'

    3) Name the folder - 'New Theme' (or whatever is fine by you)

    4) Now, create a CSS file called - 'overrides_custom'

    5) In the CSS file add the below commands -

    .section .inputSet {

        display: none;

    }

    6) Save the file and open the repository in Jasperserver.

    7) In the new folder 'New Theme' right-click and Add Resource-->File-->CSS

    8) Add the CSS file - 'overrides_custom' and set it as an Active theme

    9) Now log out and log in again to see the changes.

     


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...