Actions
Feature #18879
closedModule Web>List: Enable options to hide searchbox and checkboxes and init MOD_SETTINGS from Page TSconfig
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-05-31
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
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
Actions