Hide See Also on Task Item

Home Forums Classic DFFS Hide See Also on Task Item

Viewing 3 reply threads
  • Author
    Posts
    • #6239
      Oranges2
      Participant

        On the right-hand side of the screen when viewing the display form of a task item, there is a “See Also” section that displays documents which don’t apply to the task. Is it possible to hide that?

      • #6241
        Alexander Bautz
        Keymaster

          Hi,
          I guess you could hide it by adding this to the Custom CSS sections in the Misc tab:

          div.ms-recommendations-panel{
            display:none;
          }

          Alexander

        • #6242
          Oranges2
          Participant

            Perfect!!

          • #6263
            Oranges2
            Participant

              Is it possible to hide the Save button, too?

          Viewing 3 reply threads
          • You must be logged in to reply to this topic.