A customer would like the Entry Properties in Weblink 9 to either be hidden or collapsed. Is there a way to do this?
Question
Question
Is there a way to hide or collapse Entry Properties from Weblink 9 Browse?
Answer
You can add the following to the custom WebLink CSS section of WebLinkStyles.css
#__PropertiesExpando, #__PropertiesDataSection, #__FieldsPropertiesExpando, #__FieldsPropertiesDataSection {display: none;}
Note that this will hide the Entry Properties section on both the browse page and document viewer page.
Replies
Hi Alex,
I've tried adding this, clearing the browser cache and reloading the page but the Entry Properties are still being displayed
Hi Jen,
Attached is a copy of WebLinkStyles.css (renamed with a .txt extension) that you can test with. Change the extension back to .css and place it in C:\Program Files\Laserfiche\WebLink\Web Files. Then confirm that the entry properties no longer appear in WebLink. With this css file, WebLink should now look like the following, without entry properties
I must have been mistyping. It's working now. Thanks!!