[TYPO3-dev] Hiding "saveDocNew" Button in Backend

Satish Maurya satish04mca at gmail.com
Wed Dec 31 13:13:35 CET 2014


Hi All,

I am using TYPO3 6.1 and As per requirement need to hide buttons in backend.
I have applied below code in User TS config and it is working fine.

options.saveDocNew = 0
options.saveDocView = 0
options.saveDocNew.pages= top
options.saveDocView.pages= top
options.saveDocNew.tx_ce_productnames_data= top


But I need to set it for all backend users, don't want to setup on every
backend user's config.
Anyone have any idea how to setup globally for all backend user?. I had
tried it on root level of page tree config and Template TS setup but not
working.

​Thanks
Satish



More information about the TYPO3-dev mailing list