Bug #19312
web>page shows "new element" buttons for non-default languages when language binding is enabled
| Status: | Needs Feedback | Start date: | 2008-09-10 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.2 | Complexity: | ||
| PHP Version: | 4.3 | |||
| Votes: | 0 |
Description
When mod.web_layout.defLangBinding = 1 is configured then the must be no element creation buttons for the non-default languages. This is honoured for the element records. There no "new element after" buttons show up. But there is a "new element in top" button visible.
(issue imported from #M9322)
History
Updated by Ralf Strobel over 2 years ago
I am facing the same issue.
Quickly fixed it for my purposes by outcommenting the following line in typo3/sysext/cms/layout/class.tx_cms_layout.php > getTable_tt_content($id)
$newP = $this->newContentElementOnClick($id,$key,$lP);
This removes the new icon for all columns, but that is ok with me. I guess to really fix the problem, all you need would be an if-construction.
Updated by Alexander Opitz 13 days ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?