Actions
Bug #18818
closedEditing settings of a BE User: The Tabs are arranged in two rows although there is enough space to put them in one
Start date:
2008-05-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Tab row is split in two rows even if there is a lot of space available to keep it on one row. See screenshot. This is while editing non-admin user from "AdminTools>User admin"
(issue imported from #M8467)
Files
Updated by Chris topher over 14 years ago
Still present in current trunk (4.4beta2); just saw that today.
Updated by Thomas Deinhamer over 14 years ago
Yeah, that somehow happens in typo3/template.php on line 1643 where the amount of letters for all rendered tabs is counted and if there are too many letters, it will generate a new row of tabs.
At least that's how it is in TYPO3 4.4 beta 2. The problem is that the tabs are constructed via a table and cells won't break automatically as they can't float, I guess.
Updated by Chris topher about 14 years ago
Resolved, no change required.
This is now fixed in current trunk (= TYPO3 4.5alpha3), maybe by #23590.
Actions