Feature #18879
closedModule Web>List: Enable options to hide searchbox and checkboxes and init MOD_SETTINGS from Page TSconfig
0%
Description
Introduces several Page TSconfig settings to disable the search form and checkboxes ("Extended view", "Show clipboard", "Localization view") in the list module (mod.web_list):
- disable search box
mod.web_list.disableSearchBox = 1
- disable checkboxes
mod.web_list.disableBigControlPanelCheckbox = 1
mod.web_list.disableClipboardCheckbox = 1
mod.web_list.disableLocalizationCheckbox = 1
- init checkbox values
mod.web_list.enableExtendedView = 1
mod.web_list.enableClipBoard = 1
mod.web_list.enableLocalizationView = 1
The settings above could be used to activate the extended view, the clipboard or the localization view though the checkboxes are hidden from the user.
(issue imported from #M8567)
Files
Updated by Patrick Rodacker over 16 years ago
there have been some errors in the first two patches, so here is the correct setting for the page TSconfig:
mod.web_list.disableClipBoardCheckbox = 1
Recent patch is 0008567_v3.patch
And some additional information to the init checkbox values:
the init values (enable*) will only have effect if the according checkbox is disabled as well
Updated by Chris topher about 14 years ago
Hi Patrick,
the checkboxes can now be hidden since #23506.
Only the search box is still displayed always.
Could you open a new issue for that one? It would make this one too messy, if we now only dealt with that part here.
Thank you!
Updated by Chris topher about 14 years ago
Closed, no change required.
Most of this has been solved as part of #23506.