Bug #17842
Remove "Disable RTE" checkbox in alt_doc.php
| Status: | Closed | Start date: | 2007-11-24 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Benjamin Mack | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.2 | Complexity: | ||
| PHP Version: | 4.3 | |||
| Votes: | 0 |
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)