You are viewing limited content. For full access, please sign in.

Question

Question

Remove Records Management Drop-Down

asked on February 24

We're looking to remove the Records Management drop-down from WebLink. Unfortunately, I cannot find an option in WebLink designer to achieve this. Is there another way?

1 0

Answer

SELECTED ANSWER
replied on February 24

Hi Fiaz, which version of WebLink did you use? If you are on WebLink 11, you could hide it by modifying the file C:\Program Files\Laserfiche\WebLink\WebLink\Web Files\Search.aspx

And add style under the <head> node like this:

    <style>
      select.recordsDropdown
      {
        display:none !important;
      }
    </style>

It would look like this:

0 0
replied on February 25

Worked like a charm. Thanks Rui!

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.