How can I supress the dark blue SmartNote header

Sort:
You are not authorized to post a reply.
Author
Messages
Jan
Veteran Member
Posts: 55
Veteran Member
    Hello

    Each SmartNote that I create with a table includes a dark blue banner located just above the table that displays information about the Infoset the table comes from, plus any filters involved with the SmartNote. We'd like to supress this and I'm guessing an option may exist to do that, but I haven't seen anything documented.

    Does anyone have any ideas?

    Please see attached.

    Attachments
    Matthew Nye
    Veteran Member
    Posts: 514
    Veteran Member
      If you want it for all tables in one notification create a new template based on the Lawson Default. Find the CSS definition for .notificationSectionLeft and delete the following line:

      background: url(https://yourlbiurl/lsn/images/module_header_center_1x27.png)

      If you want to turn off the title you need to click the options link next to the associated table on Step 4 of the Notifications and enter the Table Token "title=NO" and it is case sensative.

      hth,
      Matt
      If any of my answers were helpful an endorsement on LinkedIn would be much appriciated! www.linkedin.com/pub/matthew-nye/1a/886/760/
      Jan
      Veteran Member
      Posts: 55
      Veteran Member
        Hi

        I've looked in the '.notificationSectionLeft ' section but the line you mention but it's not there in our version.

        Here's what we have

        .notificationSectionLeft {
        FONT-FAMILY: Tahoma, Verdana, Helvetica, Geneva, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        text-align: left;
        color: white;
        vertical-align: middle;
        background-color: #6699cc;
        padding-left: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 4px;
        }
        Matthew Nye
        Veteran Member
        Posts: 514
        Veteran Member
          what version are you on? Looks like they changed from using an image to CSS color. Comment out:

          background-color: #6699cc
          If any of my answers were helpful an endorsement on LinkedIn would be much appriciated! www.linkedin.com/pub/matthew-nye/1a/886/760/
          Jan
          Veteran Member
          Posts: 55
          Veteran Member
            Thanks - that did the trick.

            Here's our version info

            (201205) 10-1-0-0-110 07.22.2012 22.41.30 CDT
            You are not authorized to post a reply.