Actions
Feature #15074
closedconfiguration of user rights
Start date:
2005-10-17
Due date:
% Done:
0%
Estimated time:
PHP Version:
4
Tags:
Complexity:
Sprint Focus:
Description
It would be great if one could also change the displaying of all these little icons in the page module to make it easier for the contentmanager to know where to click.
we already have this for the big buttons:
mod.web_layout.disableSearchBox=1
(issue imported from #M1631)
Files
Updated by Sebastian Kurfuerst about 19 years ago
the attached patch introduces a new TSConfig Option:
mod.web_layout.disableIconToolbar
when set to 1, it removes the requested icons in the web->page module in the columns view.
Greets, Sebastian
Updated by Sebastian Kurfuerst about 19 years ago
DOCUMENTATION
TSConfig: Table for "OPTIONS":
web_layout
disableIconToolbar
boolean
Disables the topmost icon toolbar with the "View"-Icon and the icon toolbar below.
false
Actions