[TYPO3-dev] Hide second options checkbox
Peter Russ
peter.russ at 4many.net
Tue Oct 6 19:53:31 CEST 2009
--- Original Nachricht ---
Absender: Bernhard Kraft
Datum: 06.10.2009 10:48:
> Felix Oertel schrieb:
>> Hi again :)
>>
>> Felix Oertel schrieb:
>>> I'm looking for a way to hide the second options checkbox.
>> Just let functionMenus() in typo3/alt_doc.php return NULL.
>>
>> Is there a config-way to do it? I feel kind of bad to hack corefiles for
>> this. ;)
>
> Since 4.2.9 (or even earlier) HTML templates get used for almost any BE
> pages. So you could simply copy:
>
> cp typo3/templates/alt_doc.html fileadmin/my_alt_doc.html
>
> And then make a setting for example in "typo3conf/ext_tables.php" or the
> ext_localconf.php or ext_tables.php of any of your own extensions:
>
> $GLOBALS['TBE_STYLES']['htmlTemplates']['templates/alt_doc.html']='../fileadmin/my_alt_doc.html';
>
> Then simply edit the template "my_alt_doc.html" and remove the marker:
> "###COLUMNS_ONLY###"
Please confirm:
as far as we were told there should be no update in features in bugfix
releases. So how does it come that this "feature" is available since 4.2.9?
Regs. Peter.
--
Fiat lux! Docendo discimus.
_____________________________
uon GbR
http://www.uon.li
http://www.xing.com/profile/Peter_Russ
More information about the TYPO3-dev
mailing list