Actions
Bug #17842
closedRemove "Disable RTE" checkbox in alt_doc.php
Start date:
2007-11-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
right now we have two places in the BE for a user to disable the editing of fields with the RTE.
- In the User => Setup module
- In the alt_doc.php while editing a document which only shows up if the User => Setup one is active.
- When editing a "tt_content" Text CType record for having a special option for a specific record, this is a flag in the DB table.
I propose to remove the alt_doc.php option (#2) .
The user has too many options to set this feature. usually people only use it once. If the 5% of the users who use it know that it's in the User => Setup, they will use that module more often, which is good IMHO.
The attached patch removes the checkbox and changes to places in alt_doc.php to use the status from the BE_user.
(issue imported from #M6823)
Files
No data to display
Actions