[TYPO3-dev] Hiding "saveDocNew" Button in Backend
Benjamin Beck
beck at beck-digitale-medien.de
Wed Dec 31 15:48:39 CET 2014
Hi Satish,
maybe it works if you put it in the install-tool which is then stored here:
$GLOBALS['TYPO3_CONF_VARS']['BE']['defaultUserTSconfig']
Greetings
Benjamin
On 31.12.2014, at 13:13, Satish Maurya <satish04mca at gmail.com> wrote:
> 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
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
More information about the TYPO3-dev
mailing list